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:
parent
2be1b175cc
commit
c73291a3ba
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue