aboutsummaryrefslogtreecommitdiffstats
path: root/Source/testing/Makefile.testcases
diff options
context:
space:
mode:
Diffstat (limited to 'Source/testing/Makefile.testcases')
-rw-r--r--Source/testing/Makefile.testcases4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/testing/Makefile.testcases b/Source/testing/Makefile.testcases
index 2a0dbf234..49ec84a95 100644
--- a/Source/testing/Makefile.testcases
+++ b/Source/testing/Makefile.testcases
@@ -136,4 +136,8 @@ $(BUILD_DIR)certificate_test.o : $(TESTCASES_DIR)certificate_test.c $(TESTCASES_
TEST_OBJS+= $(BUILD_DIR)leak_detective_test.o
$(BUILD_DIR)leak_detective_test.o : $(TESTCASES_DIR)leak_detective_test.c $(TESTCASES_DIR)leak_detective_test.h
+ $(CC) $(CFLAGS) -c -o $@ $<
+
+TEST_OBJS+= $(BUILD_DIR)identification_test.o
+$(BUILD_DIR)identification_test.o : $(TESTCASES_DIR)identification_test.c $(TESTCASES_DIR)identification_test.h
$(CC) $(CFLAGS) -c -o $@ $< \ No newline at end of file