Skip to content

Commit

Permalink
build: add tests that need smt
Browse files Browse the repository at this point in the history
  • Loading branch information
nishantjr committed Sep 25, 2018
1 parent e7b44af commit 0f7c4e4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,21 @@ build_test_smt() {
build_maude_cvc4
build_tangle
build_test tests/Misc/smtTest
build_test tests/tools/meta/nelson-oppen/hereditarily-finite-set
build_test tests/tools/meta/nelson-oppen/integer-list
build_test tests/tools/meta/nelson-oppen/lexical-trichotomy-law
## CVC4 cannot handle the non-linear arithmetic
# build_test tests/tools/meta/nelson-oppen/matrix

build_clean
build_deps
build_maude_yices2
build_tangle
build_test tests/Misc/smtTest
build_test tests/tools/meta/nelson-oppen/hereditarily-finite-set
build_test tests/tools/meta/nelson-oppen/integer-list
build_test tests/tools/meta/nelson-oppen/lexical-trichotomy-law
build_test tests/tools/meta/nelson-oppen/matrix

git checkout -- src/Mixfix/tokenizer.cc
}
Expand Down

0 comments on commit 0f7c4e4

Please sign in to comment.