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 4fcc80b commit ce343c9Copy full SHA for ce343c9
regression/cbmc/Makefile
@@ -11,10 +11,8 @@ else
11
GCC_ONLY =
12
endif
13
14
-test:
+test: test-cprover-smt2 test-paths-lifo
15
@../test.pl -e -p -c "../../../src/cbmc/cbmc --validate-goto-model --validate-ssa-equation" -X smt-backend $(GCC_ONLY)
16
- @$(MAKE) -f $(THIS_FILE) test-paths-lifo
17
- @$(MAKE) -f $(THIS_FILE) test-cprover-smt2
18
19
test-cprover-smt2:
20
@../test.pl -e -p -c "../../../src/cbmc/cbmc --cprover-smt2" -X broken-smt-backend -X thorough-smt-backend $(GCC_ONLY)
0 commit comments