summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-12 00:18:50 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-12 00:19:17 +0300
commit15e7eb29e7d817df573154f4e635e5931c02c6c2 (patch)
tree2f1255f1a4b257c5ab3f3be55f37147da114c5ca /test/Makefile
parent7686193dce3f165438f5f1cda041737db6919e99 (diff)
downloadparanucker-15e7eb29e7d817df573154f4e635e5931c02c6c2.tar.gz
paranucker-15e7eb29e7d817df573154f4e635e5931c02c6c2.tar.bz2
paranucker-15e7eb29e7d817df573154f4e635e5931c02c6c2.tar.xz
paranucker-15e7eb29e7d817df573154f4e635e5931c02c6c2.zip
Add crash test 3.
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 6e58e53..938e35c 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 clean
+crashes: crashtest1 crashtest2 crashtest3 clean
clean:
@rm a.out 2>/dev/null || true
@@ -44,3 +44,5 @@ crashtest1:
$(call CMD,dump,crashtest1.h,crashtest1-01.txt)
crashtest2:
$(call CMD,dump,crashtest2.h,crashtest2-01.txt)
+crashtest3:
+ $(call CMD,findargs,crashtest3.h,crashtest3-01.txt)