summaryrefslogtreecommitdiff
path: root/tests/tr/Makefile.am
AgeCommit message (Collapse)Author
2007-05-13Remove the generated tests/*/Makefile.am files from version control.Jim Meyering
* tests/cut/Makefile.am: git-remove this generated file. * tests/head/Makefile.am: Likewise. * tests/join/Makefile.am: Likewise. * tests/pr/Makefile.am: Likewise. * tests/sort/Makefile.am: Likewise. * tests/tac/Makefile.am: Likewise. * tests/tail/Makefile.am: Likewise. * tests/test/Makefile.am: Likewise. * tests/tr/Makefile.am: Likewise. * tests/uniq/Makefile.am: Likewise. * tests/wc/Makefile.am: Likewise. * .cvsignore, .gitignore: Ignore these generated files. * src/.cvsignore, src/.gitignore: Add chcon here, ... * .cvsignore, .gitignore: ... not here.
2007-05-04tr -c: don't abort when translating with S2 larger than complement of S1Jim Meyering
* src/tr.c (main): Remove invalid assertion triggered by e.g., tr -c a '[b*256]'. There's nothing wrong with having Set2 larger than Set1. Reported by Guntram Blohm. * tests/tr/Test.pm (no-abort-1): Test for the above. * NEWS: Mention this bug fix. * THANKS: Add Guntram Blohm.
2007-01-13Put CU_TEST_NAME in the environment for each test run by "make check".Jim Meyering
* Transform all Makefile.am files so that when running "make check", CU_TEST_NAME is set to the name of the test. This is so that when I run valgrind-enabled (--log-file-qualifier=CU_TEST_NAME) "make check" on the entire package it is more convenient to map a leak or error found in a valgrind log file back to the offending test. Use this command: (echo tests/Makefile.am.in; find tests -name Makefile.am) \ |xargs perl -pi -e '/^(\s*)PATH=...VG_PATH_PREFIX/ and ' \ -e 'print $1,q|CU_TEST_NAME=`basename $(abs_srcdir)`,$$tst |,"\\\n"'
2006-08-19Some of my 2006-07-03 changes to tests/*/Makefile.am were beingJim Meyering
backed out due to updates provoked by the copyright changes. * tests/Makefile.am.in (PATH): Prepend $(VG_PATH_PREFIX), so that it propagates to the derived Makefile.am files. ($(srcdir)/Makefile.am): Mark generated .am files as read-only, so we don't mistakenly edit them again. * tests/cut/Makefile.am: Regenerate. * tests/head/Makefile.am: Likewise. * tests/join/Makefile.am: Likewise. * tests/pr/Makefile.am: Likewise. * tests/sort/Makefile.am: Likewise. * tests/tac/Makefile.am: Likewise. * tests/tail/Makefile.am: Likewise. * tests/test/Makefile.am: Likewise. * tests/tr/Makefile.am: Likewise. * tests/uniq/Makefile.am: Likewise. * tests/wc/Makefile.am: Likewise.
2006-08-17Add/fix copyright notices and adjust to latest GNU FDL.Paul Eggert
2006-07-03* tests/Makefile.am, tests/*/Makefile.am: (TESTS_ENVIRONMENT):Jim Meyering
Add $VG_PATH_PREFIX as a prefix to $PATH
2005-01-14.Jim Meyering
2005-01-12regenerateJim Meyering
2004-09-13Regenerate.Paul Eggert
2004-06-02.Jim Meyering
2004-05-31regenerateJim Meyering
2004-05-31(TESTS_ENVIRONMENT): Set PATH.Jim Meyering
2004-02-11regenerate from patched Makefile.am.inJim Meyering
2003-10-18regenerateJim Meyering
2003-05-14.Jim Meyering
2003-04-15regenerate, using new ../Makefile.am.inJim Meyering
2003-04-05*** empty log message ***Jim Meyering
2002-01-18.Jim Meyering
2000-08-03.Jim Meyering
2000-01-22.Jim Meyering
1998-06-18.Jim Meyering
1998-05-03.Jim Meyering
1998-02-04.Jim Meyering
1998-02-04.Jim Meyering
1997-11-12add -*-Makefile-*-Jim Meyering
1997-11-09add -*-Makefile-*- to first lineJim Meyering
1997-07-04regenerate with updated ../Makefile.am.inJim Meyering
1997-01-30.Jim Meyering
1997-01-13Regenerated to reflect renamed tests.Jim Meyering
1996-12-22.Jim Meyering
1996-12-22Clone the Makefile.am from join-test.Jim Meyering
Replace only the definition of $x and the auto-generated lists of test files.
1996-12-10mk-script.pl: Rename from build-script.pl.Jim Meyering
1996-09-26(t): Factor out .in suffix.Jim Meyering
Include new test: t16a.
1996-08-26(EXTRA_DIST): Add $x-tests.Jim Meyering
($x-tests): Guard dependencies with @MAINT@.
1996-08-18Factor out tr as much as possible.Jim Meyering
1996-08-18Rename Trtest.pm to Test.pm.Jim Meyering
1996-08-17(EXTRA_DIST): Distribute tests: inputs and expected outputs.Jim Meyering
1996-08-17Remove now-useless Trtest.pm arg to build-script.Jim Meyering
1996-08-17Rename test.data.pl to Trtest.pm.Jim Meyering
1996-08-17Don't use main anymore.Jim Meyering
1996-08-12.Jim Meyering