We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1614c2c commit 838c8a1Copy full SHA for 838c8a1
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 \
@@ -40,7 +40,7 @@ include ../src/common
40
cprover.dir:
41
$(MAKE) $(MAKEARGS) -C ../src
42
43
-testing-utils/testing-utils$(LIBEXT):
+testing-utils.dir:
44
$(MAKE) $(MAKEARGS) -C testing-utils
45
46
CPROVER_LIBS =../src/java_bytecode/java_bytecode$(LIBEXT) \
@@ -69,7 +69,7 @@ TESTS = unit_tests$(EXEEXT) \
69
70
CLEANFILES = $(TESTS)
71
72
-all: cprover.dir
+all: cprover.dir testing-utils.dir
73
$(MAKE) $(MAKEARGS) $(TESTS)
74
75
test: all
0 commit comments