mirror of
https://github.com/Z3Prover/z3
synced 2026-07-05 06:46:11 +00:00
Some ZIPT test cases
This commit is contained in:
parent
2be1b175cc
commit
c73291a3ba
2 changed files with 2 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ add_executable(test-z3
|
||||||
seq_nielsen.cpp
|
seq_nielsen.cpp
|
||||||
nseq_basic.cpp
|
nseq_basic.cpp
|
||||||
nseq_regex.cpp
|
nseq_regex.cpp
|
||||||
|
nseq_zipt.cpp
|
||||||
small_object_allocator.cpp
|
small_object_allocator.cpp
|
||||||
smt2print_parse.cpp
|
smt2print_parse.cpp
|
||||||
smt_context.cpp
|
smt_context.cpp
|
||||||
|
|
|
||||||
|
|
@ -289,6 +289,7 @@ int main(int argc, char ** argv) {
|
||||||
TST(seq_nielsen);
|
TST(seq_nielsen);
|
||||||
TST(nseq_basic);
|
TST(nseq_basic);
|
||||||
TST(nseq_regex);
|
TST(nseq_regex);
|
||||||
|
TST(nseq_zipt);
|
||||||
TST(ho_matcher);
|
TST(ho_matcher);
|
||||||
TST(finite_set);
|
TST(finite_set);
|
||||||
TST(finite_set_rewriter);
|
TST(finite_set_rewriter);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue