File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
benchmarks/LIBRARIES/models/plug Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
.PHONY : all clean setup-cbmc regression
2
2
3
+ CPROVER_DIR ?= cbmc/src
4
+ export CPROVER_DIR
5
+
3
6
all :
4
7
$(MAKE ) $(MAKEARGS ) -C src
8
+ $(MAKE ) $(MAKEARGS ) -C benchmarks/LIBRARIES/models/plug
5
9
6
10
clean :
7
11
$(MAKE ) $(MAKEARGS ) -C cbmc/src clean
@@ -18,4 +22,3 @@ ifndef single
18
22
else
19
23
python ./benchmarks/evaluator.py -B $(single)
20
24
endif
21
-
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ SRC = \
3
3
java/lang/boolean.cpp \
4
4
# Empty
5
5
6
- INCLUDES = -I . -I include -I ../../../src -I ../../../$(CPROVER_DIR )
6
+ INCLUDES = -I . -I include -I ../../../src -I ../../../../../ $(CPROVER_DIR )
7
7
8
- include ../../../$(CPROVER_DIR ) /config.inc
9
- include ../../../$(CPROVER_DIR ) /common
8
+ include ../../../../../ $(CPROVER_DIR ) /config.inc
9
+ include ../../../../../ $(CPROVER_DIR ) /common
10
10
11
11
CLEANFILES = models-library$(LIBEXT )
12
12
You can’t perform that action at this time.
0 commit comments