We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a81b3f + 838c8a1 commit 3ff8448Copy full SHA for 3ff8448
unit/Makefile
@@ -1,4 +1,4 @@
1
-.PHONY: all cprover.dir test
+.PHONY: all cprover.dir testing-utils.dir test
2
3
# Source files for test utilities
4
SRC = unit_tests.cpp \
@@ -41,7 +41,7 @@ include ../src/common
41
cprover.dir:
42
$(MAKE) $(MAKEARGS) -C ../src
43
44
-testing-utils/testing-utils$(LIBEXT):
+testing-utils.dir:
45
$(MAKE) $(MAKEARGS) -C testing-utils
46
47
CPROVER_LIBS =../src/java_bytecode/java_bytecode$(LIBEXT) \
@@ -70,7 +70,7 @@ TESTS = unit_tests$(EXEEXT) \
70
71
CLEANFILES = $(TESTS)
72
73
-all: cprover.dir
+all: cprover.dir testing-utils.dir
74
$(MAKE) $(MAKEARGS) $(TESTS)
75
76
test: all
0 commit comments