summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-10 02:18:36 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-10 02:18:36 +0300
commit899dca23fc159f87954b01910f52543455b6abf7 (patch)
tree82c20d498a306dcdb30cfd6c6a4d1142eb802e26 /test/Makefile
parentca0cde9f4f9760ed9dafeaf9c3bf72f634e82a79 (diff)
downloadparanucker-899dca23fc159f87954b01910f52543455b6abf7.tar.gz
paranucker-899dca23fc159f87954b01910f52543455b6abf7.tar.bz2
paranucker-899dca23fc159f87954b01910f52543455b6abf7.tar.xz
paranucker-899dca23fc159f87954b01910f52543455b6abf7.zip
Improve test5.c. Update test results.
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 65bdd9f..3ecddb3 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -27,10 +27,12 @@ test3:
test4:
$(call CMD,dump,test4.c,test4-01.txt)
$(call CMD,findargs,test4.c,test4-02.txt)
+ $(call CMD,detectnullpointers,test4.c,test4-03.txt)
test5:
$(call CMD,dump,test5.c,test5-01.txt)
$(call CMD,findargs,test5.c,test5-02.txt)
$(call CMD,detectnullpointers,test5.c,test5-03.txt)
+ $(call CMD,dumpunsupported,test5.c,test5-04.txt)
crashtest1:
$(call CMD,dump,crashtest1.h,crashtest1-01.txt)