We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0181841 commit 74722afCopy full SHA for 74722af
regression/cbmc/CMakeLists.txt
@@ -1,3 +1,3 @@
1
add_test_pl_tests(
2
- "$<TARGET_FILE:cbmc>" -X smt-backend
+ "$<TARGET_FILE:cbmc> --validate-goto-model" -X smt-backend
3
)
regression/cbmc/Makefile
@@ -1,13 +1,12 @@
-default: tests.log
+default: test
test:
4
- @../test.pl -p -c ../../../src/cbmc/cbmc -X smt-backend
+ @../test.pl -p -c "../../../src/cbmc/cbmc --validate-goto-model" -X smt-backend
5
6
test-cprover-smt2:
7
@../test.pl -p -c "../../../src/cbmc/cbmc --cprover-smt2"
8
9
-tests.log: ../test.pl
10
+tests.log: ../test.pl test
11
12
show:
13
@for dir in *; do \
0 commit comments