FStar icon indicating copy to clipboard operation
FStar copied to clipboard

Built from source, how do I run the tests?

Open briangmilnes opened this issue 2 years ago • 1 comments

We've got some version skew and some problems defining (let!) so I built from source. But what is the right target to run the tests in the makefile and how do I check the results?

briangmilnes avatar Mar 29 '23 19:03 briangmilnes

With Z3 4.8.5 in your PATH, you can use make ci-uregressions. This is the rule we use in our continuous integration. With -j 24 on a Intel Xeon E5 v4 at 2.4 GHz with 128 GB RAM, this takes around 15 minutes. The return code 0 indicates success.

tahina-pro avatar Apr 04 '23 05:04 tahina-pro