summaryrefslogtreecommitdiff
path: root/tests/cut
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-01-13 11:32:19 +0100
committerJim Meyering <jim@meyering.net>2007-01-13 11:32:19 +0100
commit9c88531fb059e3c32138359fb9b8615858af0f94 (patch)
treecbb405a8af43ba80d98938cf22062b767e57a637 /tests/cut
parent9afcb305718aa01a833d390049357be2f7349db5 (diff)
downloadcoreutils-9c88531fb059e3c32138359fb9b8615858af0f94.tar.xz
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"'
Diffstat (limited to 'tests/cut')
-rw-r--r--tests/cut/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cut/Makefile.am b/tests/cut/Makefile.am
index 74b3d38eb..e0ba2ccf7 100644
--- a/tests/cut/Makefile.am
+++ b/tests/cut/Makefile.am
@@ -52,6 +52,7 @@ od-overlap4.E od-overlap5.O od-overlap5.E
EXTRA_DIST = Test.pm $x-tests $(explicit) $(maint_gen)
noinst_SCRIPTS = $x-tests
TESTS_ENVIRONMENT = \
+ CU_TEST_NAME=`basename $(abs_srcdir)`,$$tst \
PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH"
editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,$(srcdir),g'