3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-27 16:38:45 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-25 13:13:25 -07:00
parent 785c9a18ca
commit 9ea1cf3c5c
8 changed files with 497 additions and 4 deletions

View file

@ -217,6 +217,7 @@ int main(int argc, char ** argv) {
if (test_all) return 0;
TST(ext_numeral);
TST(interval);
TST(value_generator);
TST(vector);
TST(f2n);
TST(hwf);