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

add testing stubs

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-03-31 09:07:51 -07:00
parent b0e071aa2c
commit bd04b5e8bd
6 changed files with 114 additions and 9 deletions

View file

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