summaryrefslogtreecommitdiff
path: root/tests/ln/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-11-18"ln --backup f f" produces a misleading diagnostic:Jim Meyering
ln: creating hard link `f' => `f': No such file or directory * src/ln.c (do_link): Give a better diagnostic in this unusual case. (do_link): Rename local: s/lstat_ok/dest_lstat_ok/. * tests/ln/Makefile.am (TESTS): Add hard-backup. * tests/ln/hard-backup: New test for the above.
2006-07-03* tests/Makefile.am, tests/*/Makefile.am: (TESTS_ENVIRONMENT):Jim Meyering
Add $VG_PATH_PREFIX as a prefix to $PATH
2003-04-05*** empty log message ***Jim Meyering
2003-02-02*** empty log message ***Jim Meyering
2002-10-10(TESTS): Add target-1.Jim Meyering
1999-01-18(TESTS): Add backup-1.Jim Meyering
(TESTS_ENVIRONMENT): Set PATH here, rather than setting LN.
1998-03-14*** empty log message ***Jim Meyering
1998-03-14*** empty log message ***Jim Meyering
1997-09-01.Jim Meyering