We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee809e8 commit e7a1ed0Copy full SHA for e7a1ed0
CppUTest/Makefile
@@ -19,6 +19,8 @@ INCLUDE_DIRS =\
19
20
CPPUTEST_LIB_DIR = lib
21
22
+CPPUTEST_WARNINGFLAGS = ""
23
+
24
include $(CPPUTEST_HOME)/build/MakefileWorker.mk
25
26
#these are a sample of the other alternative flag settings
Makefile
@@ -50,4 +50,7 @@ objs/base64.o:
50
objs/tempodb.o:
51
$(CC) -c -I include/tempodb -o objs/tempodb.o src/tempodb/tempodb.c
52
53
+CppUTest/lib/libCppUTest.a:
54
+ cd CppUTest && make lib/libCppUTest.a
55
56
0 commit comments