Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-24 | Remove the "gnits" option; it prohibits my using "+" as a version | Jim Meyering | |
string suffix, and all it does (beyond the default "gnu" option) is to _require_ the THANKS file. * configure.ac (AM_INIT_AUTOMAKE): Remove it. Remove all AUTOMAKE_OPTIONS settings in Makefile.am files. * tests/chgrp/Makefile.am, tests/chmod/Makefile.am: * tests/chown/Makefile.am, tests/cp/Makefile.am: * tests/du/Makefile.am, tests/expr/Makefile.am: * tests/factor/Makefile.am, tests/general/Makefile.am: * tests/install/Makefile.am, tests/ln/Makefile.am: * tests/ls/Makefile.am, tests/mkdir/Makefile.am: * tests/mv/Makefile.am, tests/readlink/Makefile.am: * tests/rm/Makefile.am, tests/rmdir/Makefile.am: * tests/seq/Makefile.am, tests/stty/Makefile.am: * tests/tee/Makefile.am, tests/touch/Makefile.am: | |||
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-04-05 | *** empty log message *** | Jim Meyering | |
2003-02-02 | *** empty log message *** | Jim Meyering | |
2000-01-07 | (TESTS_ENVIRONMENT): Add `pwd`/ prefix | Jim Meyering | |
to exported PATH value (though not strictly necessary, here). | |||
1998-11-01 | Rewrite to use new testing framework. | Jim Meyering | |
1998-09-26 | . | Jim Meyering | |
1998-07-13 | check: depend on maint_gen | Jim Meyering | |
1998-05-03 | . | Jim Meyering | |
1998-02-06 | . | Jim Meyering | |
1997-11-15 | . | Jim Meyering | |
1997-11-09 | add -*-Makefile-*- to first line | Jim Meyering | |
1997-07-04 | regenerate with updated ../Makefile.am.in | Jim Meyering | |
1997-02-19 | . | Jim Meyering | |
1997-02-19 | . | Jim Meyering | |
1997-02-18 | . | Jim Meyering | |
1997-02-18 | . | Jim Meyering | |