diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-06-19 19:59:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-06-19 19:59:59 +0300 |
commit | 3667185aad71a65af6c286defb978f845a6a55c5 (patch) | |
tree | f65c6397e2d5543ef61c78d5a581c85da93360b8 /test/Makefile | |
parent | d2dfe9e0e00f08824f8b925d115053693aa1241f (diff) | |
download | paranucker-3667185aad71a65af6c286defb978f845a6a55c5.tar.gz paranucker-3667185aad71a65af6c286defb978f845a6a55c5.tar.bz2 paranucker-3667185aad71a65af6c286defb978f845a6a55c5.tar.xz paranucker-3667185aad71a65af6c286defb978f845a6a55c5.zip |
Add test10. Update test results. Add missing crashtest results.
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 67ed5e1..166a3c5 100644 --- a/test/Makefile +++ b/test/Makefile @@ -8,7 +8,8 @@ TESTS06 = test06-01 test06-02 test06-03 test06-04 TESTS07 = test07-01 test07-02 test07-03 test07-04 test07-05 TESTS08 = test08-01 test08-02 test08-03 test08-04 TESTS09 = test09-01 test09-02 test09-03 test09-04 -ALLTESTS = test01 test02 test03 test04 test05 test06 test07 test08 test09 ${TESTS01} ${TESTS02} ${TESTS03} ${TESTS04} ${TESTS05} ${TESTS06} ${TESTS07} ${TESTS08} ${TESTS09} +TESTS10 = test10-01 test10-02 test10-03 test10-04 +ALLTESTS = test01 test02 test03 test04 test05 test06 test07 test08 test09 test10 ${TESTS01} ${TESTS02} ${TESTS03} ${TESTS04} ${TESTS05} ${TESTS06} ${TESTS07} ${TESTS08} ${TESTS09} ${TESTS10} .PHONY: ${ALLTESTS} ${CRASHES} all crashes @@ -107,6 +108,16 @@ test09-03: test09-04: $(call CMD,detectnullpointers,test09.cpp,test09-04.txt) +test10: ${TESTS10} +test10-01: + $(call CMD,dump,test10.cpp,test10-01.txt) +test10-02: + $(call CMD,findargs,test10.cpp,test10-02.txt) +test10-03: + $(call CMD,dumpnullpointers,test10.cpp,test10-03.txt) +test10-04: + $(call CMD,detectnullpointers,test10.cpp,test10-04.txt) + crashtest01: $(call CMD,dump,crashtest01.h,crashtest01-01.txt) crashtest02: |