summaryrefslogtreecommitdiff
path: root/tests/du/Makefile.am
AgeCommit message (Collapse)Author
2007-07-31Add a test for du not counting size of inaccessible directories.Jim Meyering
* tests/du/inacc-dir: New file. Test for fts.c bug fixed yesterday. * tests/du/Makefile.am (TESTS): Add inacc-dir. * NEWS: Mention the bug fix. Signed-off-by: Jim Meyering <jim@meyering.net>
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-02-24Remove the "gnits" option; it prohibits my using "+" as a versionJim 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-13Put 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-12-03* NEWS: du --one-file-system (-x) would skip subdirectories of anyJim Meyering
directory listed as second or subsequent command line argument. * tests/du/one-file-system: New file. Test for today's fts.c fix. * tests/du/Makefile.am (TESTS): Add one-file-system.
2006-11-12* tests/du/Makefile.am (TESTS): Add inacc-dest.Jim Meyering
2006-08-17Add/fix copyright notices and adjust to latest GNU FDL.Paul Eggert
2006-07-03* tests/Makefile.am, tests/*/Makefile.am: (TESTS_ENVIRONMENT):Jim Meyering
Add $VG_PATH_PREFIX as a prefix to $PATH
2006-06-12tests/du/Makefile.am (TESTS_ENVIRONMENT): Pass $(PERL), for the files0-from ↵Jim Meyering
test.
2006-01-18(TESTS): Add long-from-unreadable.Jim Meyering
2006-01-11(TESTS): Add long-sloop.Jim Meyering
2005-11-04(TESTS): Add 2g.Jim Meyering
2004-03-21(TESTS): Add files0-from.Jim Meyering
2003-10-02(TESTS): Add inaccessible-cwd.Jim Meyering
2003-09-23(TESTS): Add deref-args.Jim Meyering
2003-07-09(TESTS): Add slashJim Meyering
2003-05-14(TESTS): Add fd-leak.Jim Meyering
2003-04-05*** empty log message ***Jim Meyering
2003-03-08(TESTS): Add hard-link.Jim Meyering
2003-03-05(TESTS): Add 8gb.Jim Meyering
2003-02-21(TESTS): Add basic.Jim Meyering
2003-02-08(TESTS): Add restore-wd.Jim Meyering
2003-02-05(TESTS): Add exclude.Jim Meyering
2003-02-02*** empty log message ***Jim Meyering
2003-01-22(TESTS): Add no-x.Jim Meyering
2003-01-04(TESTS): Add no-deref.Jim Meyering
2002-11-24(TESTS): Add trailing-slash.Jim Meyering
2002-10-11(TESTS): Add deref.Jim Meyering
2002-09-29(TESTS): Add slink.Jim Meyering
2000-04-27*** empty log message ***Jim Meyering