mirror of
https://github.com/Z3Prover/z3
synced 2025-06-25 15:23:41 +00:00
fix the fixme of #1307
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6ecd77d91c
commit
7f8a7c3d83
1 changed files with 2 additions and 4 deletions
|
@ -10,9 +10,7 @@
|
||||||
#include "util/memory_manager.h"
|
#include "util/memory_manager.h"
|
||||||
#include "util/gparams.h"
|
#include "util/gparams.h"
|
||||||
|
|
||||||
static void tst_exit_all_tests() {
|
|
||||||
exit(0);
|
|
||||||
}
|
|
||||||
//
|
//
|
||||||
// Unit tests fail by asserting.
|
// Unit tests fail by asserting.
|
||||||
// If they return, we assume the unit test succeeds
|
// If they return, we assume the unit test succeeds
|
||||||
|
@ -210,7 +208,7 @@ int main(int argc, char ** argv) {
|
||||||
TST(prime_generator);
|
TST(prime_generator);
|
||||||
TST(permutation);
|
TST(permutation);
|
||||||
TST(nlsat);
|
TST(nlsat);
|
||||||
TST(exit_all_tests);
|
if (test_all) return 0;
|
||||||
TST(ext_numeral);
|
TST(ext_numeral);
|
||||||
TST(interval);
|
TST(interval);
|
||||||
TST(f2n);
|
TST(f2n);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue