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

Testcase for npn3_finder.

This commit is contained in:
Mathias Soeken 2020-03-01 12:56:17 +01:00 committed by Nikolaj Bjorner
parent 20c3f75740
commit ff3baffadc
3 changed files with 197 additions and 0 deletions

View file

@ -257,4 +257,5 @@ int main(int argc, char ** argv) {
TST(pdd_solver);
TST(solver_pool);
//TST_ARGV(hs);
TST(finder);
}