3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-27 16:38:45 +00:00

update upolynmial test

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-12-17 17:41:50 -08:00
parent 360d6f963e
commit b6bf299b8b
3 changed files with 6 additions and 4 deletions

View file

@ -143,7 +143,6 @@ int main(int argc, char ** argv) {
bool test_all = false;
parse_cmd_line_args(argc, argv, do_display_usage, test_all);
TST(random);
TST(vector);
TST(symbol_table);
TST(region);
TST(symbol);
@ -213,6 +212,7 @@ int main(int argc, char ** argv) {
if (test_all) return 0;
TST(ext_numeral);
TST(interval);
TST(vector);
TST(f2n);
TST(hwf);
TST(trigo);