File tree 2 files changed +4
-4
lines changed
regression/cbmc-incr-smt2 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
add_test_pl_profile(
2
2
"cbmc-incr-smt2-z3"
3
- "$<TARGET_FILE:cbmc> --incremental-smt2-solver 'z3 --smt2 -in' --validate-goto-model --validate-ssa-equation"
3
+ "$<TARGET_FILE:cbmc> --no-standard-checks -- incremental-smt2-solver 'z3 --smt2 -in' --validate-goto-model --validate-ssa-equation"
4
4
"-C;-s;new-smt-z3"
5
5
"CORE"
6
6
)
7
7
8
8
add_test_pl_profile(
9
9
"cbmc-incr-smt2-cvc5"
10
- "$<TARGET_FILE:cbmc> --incremental-smt2-solver 'cvc5 --lang=smtlib2.6 --incremental' --validate-goto-model --validate-ssa-equation"
10
+ "$<TARGET_FILE:cbmc> --no-standard-checks -- incremental-smt2-solver 'cvc5 --lang=smtlib2.6 --incremental' --validate-goto-model --validate-ssa-equation"
11
11
"-C;-s;new-smt-cvc5"
12
12
"CORE"
13
13
)
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ include ../../src/common
6
6
test : test.z3 test.cvc5
7
7
8
8
test.z3 :
9
- @../test.pl -e -p -c " ../../../src/cbmc/cbmc --incremental-smt2-solver 'z3 --smt2 -in' --validate-goto-model --validate-ssa-equation"
9
+ @../test.pl -e -p -c " ../../../src/cbmc/cbmc --no-standard-checks -- incremental-smt2-solver 'z3 --smt2 -in' --validate-goto-model --validate-ssa-equation"
10
10
11
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"
12
+ @../test.pl -e -p -c " ../../../src/cbmc/cbmc --no-standard-checks -- incremental-smt2-solver 'cvc5 --lang=smtlib2.6 --incremental' --validate-goto-model --validate-ssa-equation"
13
13
14
14
tests.log : ../test.pl test
15
15
You can’t perform that action at this time.
0 commit comments