diff options
author | Jim Meyering <meyering@redhat.com> | 2009-08-15 18:03:31 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-08-15 18:03:31 +0200 |
commit | 28b0d61c38f5c8136c6d8d5d984ddf1eba2d5024 (patch) | |
tree | a4bc7fc223dd5b38832cd39bcf52ae74190396f1 /testsuite | |
parent | a96f39e313c7e14c6c4ae122f326664c024ed925 (diff) | |
download | idutils-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.am | 1 | ||||
-rwxr-xr-x | testsuite/mkid-langopt | 1 |
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 |