summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile13
1 files changed, 12 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index d626a6f..39044f5 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -7,7 +7,8 @@ TESTS5 = test5-01 test5-02 test5-03 test5-04 test5-05
TESTS6 = test6-01 test6-02 test6-03 test6-04
TESTS7 = test7-01 test7-02 test7-03 test7-04 test7-05
TESTS8 = test8-01 test8-02 test8-03 test8-04
-ALLTESTS = test1 test2 test3 test4 test5 test6 test7 test8 ${TESTS1} ${TESTS2} ${TESTS3} ${TESTS4} ${TESTS5} ${TESTS6} ${TESTS7} ${TESTS8}
+TESTS9 = test9-01 test9-02 test9-03 test9-04
+ALLTESTS = test1 test2 test3 test4 test5 test6 test7 test8 test9 ${TESTS1} ${TESTS2} ${TESTS3} ${TESTS4} ${TESTS5} ${TESTS6} ${TESTS7} ${TESTS8} ${TESTS9}
.PHONY: ${ALLTESTS} ${CRASHES} all crashes
@@ -96,6 +97,16 @@ test8-03:
test8-04:
$(call CMD,detectnullpointers,test8.cpp,test8-04.txt)
+test9: ${TESTS9}
+test9-01:
+ $(call CMD,dump,test9.cpp,test9-01.txt)
+test9-02:
+ $(call CMD,findargs,test9.cpp,test9-02.txt)
+test9-03:
+ $(call CMD,dumpnullpointers,test9.cpp,test9-03.txt)
+test9-04:
+ $(call CMD,detectnullpointers,test9.cpp,test9-04.txt)
+
crashtest1:
$(call CMD,dump,crashtest1.h,crashtest1-01.txt)
crashtest2: