Skip to content

Commit b787c13

Browse files
committed
Use dependency style make
Change from calling the separate make targets inside a default to instead using make dependency style.
1 parent 96a3f50 commit b787c13

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

regression/cbmc/Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
THIS_FILE := $(lastword $(MAKEFILE_LIST))
2-
31
default: test
42

53
include ../../src/config.inc
@@ -11,10 +9,8 @@ else
119
GCC_ONLY =
1210
endif
1311

14-
test:
12+
test: test-cprover-smt2 test-paths-lifo
1513
@../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
1814

1915
test-cprover-smt2:
2016
@../test.pl -e -p -c "../../../src/cbmc/cbmc --cprover-smt2" \

0 commit comments

Comments
 (0)