We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c036f95 + e3df9e4 commit 59d2211Copy full SHA for 59d2211
1 file changed
regression/cbmc-incr-smt2/Makefile
@@ -6,10 +6,10 @@ include ../../src/common
6
test: test.z3 test.cvc5
7
8
test.z3:
9
- @../test.pl -e -p -c "../../../src/cbmc/cbmc --incremental-smt2-solver 'z3 --smt2 -in' --validate-goto-model --validate-ssa-equation"
+ @../test.pl -e -p -c "../../../src/cbmc/cbmc --incremental-smt2-solver 'z3 --smt2 -in' --validate-goto-model --validate-ssa-equation" -s z3
10
11
test.cvc5:
12
- @../test.pl -e -p -c "../../../src/cbmc/cbmc --incremental-smt2-solver 'cvc5 --lang=smtlib2.6 --incremental' --validate-goto-model --validate-ssa-equation"
+ @../test.pl -e -p -c "../../../src/cbmc/cbmc --incremental-smt2-solver 'cvc5 --lang=smtlib2.6 --incremental' --validate-goto-model --validate-ssa-equation" -s cvc5
13
14
tests.log: ../test.pl test
15
0 commit comments