summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-21 22:38:00 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-21 22:38:00 +0300
commit7c3553f172b7632dccd56429c4dbbb0fd350bea0 (patch)
tree538f38146100dbf303c8cc0190a1d1dea18bbd19 /test/Makefile
parent0b9b0be3ad76d69a15b2ad7baafa4278e28becb1 (diff)
downloadparanucker-7c3553f172b7632dccd56429c4dbbb0fd350bea0.tar.gz
paranucker-7c3553f172b7632dccd56429c4dbbb0fd350bea0.tar.bz2
paranucker-7c3553f172b7632dccd56429c4dbbb0fd350bea0.tar.xz
paranucker-7c3553f172b7632dccd56429c4dbbb0fd350bea0.zip
Update test 24, 36. Add test 39. 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 7dbc498..380e123 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -42,7 +42,8 @@ TESTS35 = $(call TEST,35,5)
TESTS36 = $(call TEST,36,5)
TESTS37 = $(call TEST,37,5)
TESTS38 = $(call TEST,38,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
+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
ALLTESTS = $(foreach num,$(TESTNUMBERS),test$(num) ${TESTS$(num)})
.PHONY: ${ALLTESTS} ${CRASHES} all crashes
@@ -473,6 +474,18 @@ test38-04:
test38-05:
$(call CMDXX,detectnullpointers,test38.cpp,test38-05.txt,-O2 -std=c++0x -Wall -Wnonnull)
+test39: ${TESTS39}
+test39-01:
+ $(call CMDXX,dump,test39.cpp,test39-01.txt,-std=c++0x)
+test39-02:
+ $(call CMDXX,findargs,test39.cpp,test39-02.txt,-std=c++0x)
+test39-03:
+ $(call CMDXX,dumpnullpointers,test39.cpp,test39-03.txt,-std=c++0x)
+test39-04:
+ $(call CMDXX,detectnullpointers,test39.cpp,test39-04.txt,-std=c++0x)
+test39-05:
+ $(call CMDXX,detectnullpointers,test39.cpp,test39-05.txt,-O2 -std=c++0x -Wall -Wnonnull)
+
crashtest01:
$(call CMDXX,dump,crashtest01.h,crashtest01-01.txt)
crashtest02: