3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-20 11:55:49 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2026-03-12 15:18:20 -07:00
parent d3626fee64
commit 397e3d404a
3 changed files with 895 additions and 0 deletions

View file

@ -177,6 +177,7 @@ int main(int argc, char ** argv) {
TST(api);
TST(max_reg);
TST(max_rev);
TST(deep_api_bugs);
TST(api_algebraic);
TST(api_polynomial);
TST(api_pb);