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
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
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
e5f283604b
(TESTS_ENVIRONMENT): Add pwd/ prefix
...
to exported PATH value (though not strictly necessary, here).
2000-01-08 16:46:11 +00:00
Jim Meyering
6dc48e999d
Revert the 1999-02-15 change.
1999-07-15 16:14:13 +00:00
Jim Meyering
b79cd299cb
(TESTS): Add newline-1.
1999-03-07 14:35:18 +00:00
Jim Meyering
21e69c4002
(TESTS_ENVIRONMENT): Run md5sum with the --text option (for MSDOS).
1999-03-07 13:14:21 +00:00
Jim Meyering
3d58b592ed
rewrite for Fetish.pm
1998-10-04 02:51:30 +00:00
Jim Meyering
2781ec69b7
.
1998-06-18 15:22:51 +00:00
Jim Meyering
27c8d53a3a
.
1998-05-03 21:46:06 +00:00
Jim Meyering
f79e8bdcaf
.
1998-02-04 20:18:09 +00:00
Jim Meyering
43d2406f55
.
1998-02-04 18:04:39 +00:00
Jim Meyering
7ba5fcb251
add -*-Makefile-*-
1997-11-12 17:28:34 +00:00
Jim Meyering
9694cb0f15
add -*-Makefile-*- to first line
1997-11-09 19:06:53 +00:00
Jim Meyering
19d151cbbd
regenerate with updated ../Makefile.am.in
1997-07-04 14:43:06 +00:00
Jim Meyering
bca3705ac5
.
1997-01-30 03:22:44 +00:00
Jim Meyering
8e02fb10ab
Use same framework as other tests.
1996-12-22 14:12:06 +00:00
Jim Meyering
b44299cfd7
mk-script.pl: Rename from build-script.pl.
1996-12-10 21:11:55 +00:00
Jim Meyering
2ff0c1870c
(EXTRA_DIST): Distribute $(TESTS).
1996-09-23 15:01:23 +00:00
Jim Meyering
f1a405c1e9
.
1996-09-21 18:34:26 +00:00