summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-23 19:28:17 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-23 19:28:17 +0300
commit75a6a5721e706991c96cb6e83d141a0875317eec (patch)
treeefe8b05eba67a68aa15a073118952927feaf2731 /test/Makefile
parentc504e9e4af6120d5467c803ac24f05a8bb1fbaa3 (diff)
downloadparanucker-75a6a5721e706991c96cb6e83d141a0875317eec.tar.gz
paranucker-75a6a5721e706991c96cb6e83d141a0875317eec.tar.bz2
paranucker-75a6a5721e706991c96cb6e83d141a0875317eec.tar.xz
paranucker-75a6a5721e706991c96cb6e83d141a0875317eec.zip
Add test 40. Update test results.
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile15
1 files changed, 14 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 380e123..f8b42c8 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -43,7 +43,8 @@ TESTS36 = $(call TEST,36,5)
TESTS37 = $(call TEST,37,5)
TESTS38 = $(call TEST,38,5)
TESTS39 = $(call TEST,39,5)
-TESTNUMBERS = 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
+TESTS40 = $(call TEST,40,5)
+TESTNUMBERS = 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
ALLTESTS = $(foreach num,$(TESTNUMBERS),test$(num) ${TESTS$(num)})
.PHONY: ${ALLTESTS} ${CRASHES} all crashes
@@ -486,6 +487,18 @@ test39-04:
test39-05:
$(call CMDXX,detectnullpointers,test39.cpp,test39-05.txt,-O2 -std=c++0x -Wall -Wnonnull)
+test40: ${TESTS40}
+test40-01:
+ $(call CMDXX,dump,test40.cpp,test40-01.txt,-std=c++0x)
+test40-02:
+ $(call CMDXX,findargs,test40.cpp,test40-02.txt,-std=c++0x)
+test40-03:
+ $(call CMDXX,dumpnullpointers,test40.cpp,test40-03.txt,-std=c++0x)
+test40-04:
+ $(call CMDXX,detectnullpointers,test40.cpp,test40-04.txt,-std=c++0x)
+test40-05:
+ $(call CMDXX,detectnullpointers,test40.cpp,test40-05.txt,-O2 -std=c++0x -Wall -Wnonnull)
+
crashtest01:
$(call CMDXX,dump,crashtest01.h,crashtest01-01.txt)
crashtest02: