summaryrefslogtreecommitdiff
path: root/tests/touch/Makefile.am
AgeCommit message (Collapse)Author
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-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-09-26(TESTS): Add read-only.Jim Meyering
2004-01-17(PATH): Remove /vg.Jim Meyering
2004-01-16(TESTS): Add relative.Jim Meyering
2003-04-05*** empty log message ***Jim Meyering
2003-02-02*** empty log message ***Jim Meyering
2003-01-07(TESTS): Add not-owner.Jim Meyering
2002-04-17(TESTS): Add no-create-missing.Jim Meyering
2001-09-15(TESTS): Add fail-diag.Jim Meyering
2000-11-10(TESTS): Add obsolescent.Jim Meyering
2000-07-01(TESTS_ENVIRONMENT): Define host_triplet for use in the dangling-symlink test.Jim Meyering
2000-02-02(TESTS): Add fifo.Jim Meyering
2000-01-07(TESTS_ENVIRONMENT): Add `pwd`/ prefix to exported PATH value (though not ↵Jim Meyering
strictly necessary, here).
1999-11-13(TESTS): Add no-rights.Jim Meyering
1999-10-23(TESTS): Add dangling-symlink.Jim Meyering
1999-05-07(TESTS_ENVIRONMENT): Remove individualJim Meyering
upper-case program names. Add a definition of PATH. (TESTS): Add dir-1.
1998-07-18.Jim Meyering