Skip to content

Commit ce343c9

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 4fcc80b commit ce343c9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

regression/cbmc/Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ else
1111
GCC_ONLY =
1212
endif
1313

14-
test:
14+
test: test-cprover-smt2 test-paths-lifo
1515
@../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
1816

1917
test-cprover-smt2:
2018
@../test.pl -e -p -c "../../../src/cbmc/cbmc --cprover-smt2" -X broken-smt-backend -X thorough-smt-backend $(GCC_ONLY)

0 commit comments

Comments
 (0)