aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sum/Makefile.am (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-09-15Move the two tests in tests/sum/ to tests/misc/.Jim Meyering1-13/+0
* tests/sum/basic-1: Move this file to ... * tests/misc/sum: ...here. Don't rely on $PROG in env. * tests/sum/sysv: Move this file to ... * tests/misc/sum-sysv: ...here. Adapt it to use test-lib.sh. * tests/misc/Makefile.am (TESTS): Add sum and sum-sysv. * tests/Makefile.am (SUBDIRS): Remove sum. * tests/sum: Remove the directory. * configure.ac (AC_CONFIG_FILES): Remove tests/sum/Makefile.
2007-01-13Put CU_TEST_NAME in the environment for each test run by "make check".Jim Meyering1-0/+1
* 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-07-03* tests/Makefile.am, tests/*/Makefile.am: (TESTS_ENVIRONMENT):Jim Meyering1-1/+1
Add $VG_PATH_PREFIX as a prefix to $PATH
2003-04-05*** empty log message ***Jim Meyering1-2/+2
2003-02-02*** empty log message ***Jim Meyering1-1/+1
2001-10-28(TESTS): Add sysv.Jim Meyering1-1/+1
2000-06-24*** empty log message ***Jim Meyering1-1/+1
2000-06-24*** empty log message ***Jim Meyering1-0/+12