1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-05 01:06:34 +02:00
Commit Graph

33 Commits

Author SHA1 Message Date
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 9b3bb934bc Some of my 2006-07-03 changes to tests/*/Makefile.am were being
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-19 16:02:11 +00: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 d67693ced9 . 2006-07-03 09:10:36 +00:00
Paul Eggert 0287c32733 "tail -c 2 FILE" now operates as POSIX 1003.1-2001 requires. 2005-11-01 23:06:32 +00:00
Paul Eggert 67a19c8e42 Regenerate. 2005-04-30 00:07:30 +00:00
Paul Eggert 666c12eaa4 Regenerate. 2004-09-23 20:31:42 +00:00
Paul Eggert af73da6cdf Regenerate. 2004-07-22 20:58:52 +00:00
Jim Meyering 7db2ac9eaf regenerate 2004-05-31 12:18:24 +00:00
Jim Meyering b7de4858ed regenerate from patched Makefile.am.in 2004-02-11 15:33:38 +00:00
Jim Meyering 09a7735220 regenerate 2003-10-18 06:41:17 +00:00
Jim Meyering 13f017568f . 2003-05-14 09:50:55 +00:00
Jim Meyering 79b611f24e regenerate, using new ../Makefile.am.in 2003-04-15 22:21:07 +00:00
Jim Meyering 4cfe78b8a0 *** empty log message *** 2003-04-05 18:03:47 +00:00
Jim Meyering c60c4a9fdc . 2000-08-03 08:00:00 +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 163f7f9c20 . 1998-04-27 05:01:43 +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 da80ee04d2 . 1998-01-25 09:49:00 +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 8a66d0dd57 . 1997-01-24 01:16:39 +00:00
Jim Meyering b66a30133f . 1997-01-23 04:12:43 +00:00
Jim Meyering 5ac433d292 . 1997-01-23 04:00:19 +00:00
Jim Meyering b22469537b . 1997-01-23 03:55:50 +00:00
Jim Meyering 591844b387 . 1997-01-23 03:47:20 +00:00
Jim Meyering c04fc60484 . 1997-01-23 03:22:16 +00:00
Jim Meyering 3452006a53 . 1997-01-23 03:02:17 +00:00