3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-24 12:07:52 +00:00

add unit test stub

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-03-30 09:27:03 -07:00
parent ff1b35663b
commit 23ae7e59d6
3 changed files with 17 additions and 0 deletions

View file

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