Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-15 | Convert tests/dd/*, too. | Jim Meyering | |
2007-01-13 | Put CU_TEST_NAME in the environment for each test run by "make check". | Jim Meyering | |
* 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 Meyering | |
Add $VG_PATH_PREFIX as a prefix to $PATH | |||
2003-12-20 | remove /vg | Jim Meyering | |
2003-12-20 | (TESTS): Add unblock-sync. | Jim Meyering | |
2003-04-05 | *** empty log message *** | Jim Meyering | |
2003-02-02 | *** empty log message *** | Jim Meyering | |
2000-12-02 | (TESTS): Add skip-seek2 | Jim Meyering | |
2000-11-26 | (TESTS): Add skip-seek. | Jim Meyering | |
2000-08-23 | change PROG from ls to dd | Jim Meyering | |
2000-08-23 | (TESTS): Add not-rewound. | Jim Meyering | |
2000-01-07 | (TESTS_ENVIRONMENT): Add `pwd`/ prefix to exported PATH value (though not ↵ | Jim Meyering | |
strictly necessary, here). | |||
1999-04-11 | . | Jim Meyering | |