File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 71
71
.PHONY : $(DIRS )
72
72
$(DIRS ) :
73
73
@echo " Running $@ ..." ;
74
- $(MAKE ) -C " $@ " test || exit 1;
74
+ $(MAKE ) -C " $@ " || exit 1;
75
75
76
76
# Run all test directories using GNU Parallel
77
77
.PHONY : test-parallel
Original file line number Diff line number Diff line change
1
+ THIS_FILE := $(lastword $(MAKEFILE_LIST ) )
2
+
1
3
default : test
2
4
3
5
include ../../src/config.inc
11
13
12
14
test :
13
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
14
18
15
19
test-cprover-smt2 :
16
20
@../test.pl -e -p -c " ../../../src/cbmc/cbmc --cprover-smt2" -X broken-smt-backend -X thorough-smt-backend $(GCC_ONLY )
You can’t perform that action at this time.
0 commit comments