Jim Meyering
9c88531fb0
Put CU_TEST_NAME in the environment for each test run by "make check".
...
* 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"'
2007-01-13 11:32:19 +01:00
Paul Eggert
218fa5c61b
Add/fix copyright notices and adjust to latest GNU FDL.
2006-08-17 19:58:17 +00:00
Jim Meyering
ae87c86b4a
* tests/Makefile.am, tests/*/Makefile.am: (TESTS_ENVIRONMENT):
...
Add $VG_PATH_PREFIX as a prefix to $PATH
2006-07-03 12:55:25 +00:00
Jim Meyering
e3ce1ce8f7
(TESTS): Add read-only.
2005-09-26 07:32:08 +00:00
Jim Meyering
3e7e43657c
(PATH): Remove /vg.
2004-01-17 13:28:48 +00:00
Jim Meyering
600bbee3f8
(TESTS): Add relative.
2004-01-16 14:45:28 +00:00
Jim Meyering
4cfe78b8a0
*** empty log message ***
2003-04-05 18:03:47 +00:00
Jim Meyering
89fc480602
*** empty log message ***
2003-02-02 20:15:11 +00:00
Jim Meyering
819147ade4
(TESTS): Add not-owner.
2003-01-07 15:36:17 +00:00
Jim Meyering
1df5e317dc
(TESTS): Add no-create-missing.
2002-04-17 08:54:32 +00:00
Jim Meyering
db111e12ae
(TESTS): Add fail-diag.
2001-09-15 17:08:27 +00:00
Jim Meyering
4aba36bd9a
(TESTS): Add obsolescent.
2000-11-10 16:30:28 +00:00
Jim Meyering
13133639a4
(TESTS_ENVIRONMENT): Define host_triplet for use in the dangling-symlink test.
2000-07-01 11:01:14 +00:00
Jim Meyering
7138e43074
(TESTS): Add fifo.
2000-02-02 13:59:30 +00:00
Jim Meyering
11eebed20f
(TESTS_ENVIRONMENT): Add pwd/ prefix to exported PATH value (though not strictly necessary, here).
2000-01-07 08:56:38 +00:00
Jim Meyering
97523193b7
(TESTS): Add no-rights.
1999-11-13 13:27:25 +00:00
Jim Meyering
84142eaa26
(TESTS): Add dangling-symlink.
1999-10-23 13:16:50 +00:00
Jim Meyering
0ef3c5d7fc
(TESTS_ENVIRONMENT): Remove individual
...
upper-case program names. Add a definition of PATH.
(TESTS): Add dir-1.
1999-05-07 18:47:50 +00:00
Jim Meyering
7fc23ef625
.
1998-07-18 13:51:11 +00:00