summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-08-15 18:03:31 +0200
committerJim Meyering <meyering@redhat.com>2009-08-15 18:03:31 +0200
commit28b0d61c38f5c8136c6d8d5d984ddf1eba2d5024 (patch)
treea4bc7fc223dd5b38832cd39bcf52ae74190396f1 /testsuite
parenta96f39e313c7e14c6c4ae122f326664c024ed925 (diff)
downloadidutils-28b0d61c38f5c8136c6d8d5d984ddf1eba2d5024.tar.gz
idutils-28b0d61c38f5c8136c6d8d5d984ddf1eba2d5024.tar.bz2
idutils-28b0d61c38f5c8136c6d8d5d984ddf1eba2d5024.zip
tests: run the latest test
* testsuite/Makefile.am (EXTRA_DIST): Add mkid-langopt. * NEWS: Tweak wording. * testsuite/mkid-langopt: Add a comment.
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