3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-07 22:04:53 +00:00

Some ZIPT test cases

This commit is contained in:
CEisenhofer 2026-03-05 18:56:18 +01:00
parent 2be1b175cc
commit c73291a3ba
2 changed files with 2 additions and 0 deletions

View file

@ -134,6 +134,7 @@ add_executable(test-z3
seq_nielsen.cpp
nseq_basic.cpp
nseq_regex.cpp
nseq_zipt.cpp
small_object_allocator.cpp
smt2print_parse.cpp
smt_context.cpp

View file

@ -289,6 +289,7 @@ int main(int argc, char ** argv) {
TST(seq_nielsen);
TST(nseq_basic);
TST(nseq_regex);
TST(nseq_zipt);
TST(ho_matcher);
TST(finite_set);
TST(finite_set_rewriter);