mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 09:55:19 +00:00
Unit tests execute very slowly in Debug (i.e. unoptimized) builds. This causes TravisCI to terminate the job due to no console output being seen. To workaround this for the debug builds the tests are just compiled but not executed. To implement this the `RUN_UNIT_TESTS` environment variable now can take on the values `BUILD_ONLY`, `BUILD_AND_RUN`, and `SKIP` rather than `0` or `1`. |
||
---|---|---|
.. | ||
ci | ||
cmake | ||
qprofdiff |