summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/Makefile.am1
-rwxr-xr-xtestsuite/mkid-langopt1
2 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index cbadbfc..bd25f6b 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -11,6 +11,7 @@ EXTRA_DIST = \
CuTmpdir.pm \
check.mk \
envvar-check \
+ mkid-langopt \
single_file_token_bug.c
DISTCLEANFILES = ID
diff --git a/testsuite/mkid-langopt b/testsuite/mkid-langopt
index 957a0f0..ed6800a 100755
--- a/testsuite/mkid-langopt
+++ b/testsuite/mkid-langopt
@@ -1,3 +1,4 @@
#!/bin/sh
+# Before the 2009-aug-11 fix, this would segfault.
../src/mkid --lang-opt=C:'-i $' -l C:'-k f' || exit 1