mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
Merge branch 'master' of https://github.com/Z3Prover/z3
This commit is contained in:
commit
8b280b1f64
|
@ -10,6 +10,9 @@
|
|||
#include "util/memory_manager.h"
|
||||
#include "util/gparams.h"
|
||||
|
||||
static void tst_exit_all_tests() {
|
||||
exit(0);
|
||||
}
|
||||
//
|
||||
// Unit tests fail by asserting.
|
||||
// If they return, we assume the unit test succeeds
|
||||
|
@ -207,6 +210,7 @@ int main(int argc, char ** argv) {
|
|||
TST(prime_generator);
|
||||
TST(permutation);
|
||||
TST(nlsat);
|
||||
TST(exit_all_tests);
|
||||
TST(ext_numeral);
|
||||
TST(interval);
|
||||
TST(f2n);
|
||||
|
|
Loading…
Reference in a new issue