summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-12 13:06:33 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-12 13:07:00 +0300
commite9e895f8ae0fc51620c6e6da7f6b67ca0c9e1bde (patch)
tree85fabc67f42a84384d6fdf2da4a76f6a9e80b835 /test/Makefile
parentd1a23f1c7da3082e16cbca7625fdf501815564e1 (diff)
downloadparanucker-e9e895f8ae0fc51620c6e6da7f6b67ca0c9e1bde.tar.gz
paranucker-e9e895f8ae0fc51620c6e6da7f6b67ca0c9e1bde.tar.bz2
paranucker-e9e895f8ae0fc51620c6e6da7f6b67ca0c9e1bde.tar.xz
paranucker-e9e895f8ae0fc51620c6e6da7f6b67ca0c9e1bde.zip
Add crash test 4.
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 938e35c..237acb5 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -8,7 +8,7 @@ PLUGIN = ../build/src/.libs/astdumper.so
CMD = LANG=C ${CXX} -c -fplugin=${PLUGIN} -fplugin-arg-astdumper-command=${1} ${2} -o a.out 2>${3}
all: test1 test2 test3 test4 test5 test6 clean
-crashes: crashtest1 crashtest2 crashtest3 clean
+crashes: crashtest1 crashtest2 crashtest3 crashtest4 clean
clean:
@rm a.out 2>/dev/null || true
@@ -46,3 +46,5 @@ crashtest2:
$(call CMD,dump,crashtest2.h,crashtest2-01.txt)
crashtest3:
$(call CMD,findargs,crashtest3.h,crashtest3-01.txt)
+crashtest4:
+ $(call CMD,dump,crashtest4.cpp,crashtest4-01.txt)