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 96a3f50 commit b787c13Copy full SHA for b787c13
regression/cbmc/Makefile
@@ -1,5 +1,3 @@
1
-THIS_FILE := $(lastword $(MAKEFILE_LIST))
2
-
3
default: test
4
5
include ../../src/config.inc
@@ -11,10 +9,8 @@ else
11
9
GCC_ONLY =
12
10
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" \
0 commit comments