summaryrefslogtreecommitdiff
path: root/tests/test
Commit message (Collapse)AuthorAgeFilesLines
* Remove all .cvsignore files from version control.Jim Meyering2007-08-251-6/+0
|
* Update all copyright notices to use the newer form.Jim Meyering2007-07-231-5/+3
|
* Change "version 2" to "version 3" in all copyright notices.Jim Meyering2007-07-101-1/+1
|
* Remove the generated tests/*/Makefile.am files from version control.Jim Meyering2007-05-131-154/+0
| | | | | | | | | | | | | | | | | | * tests/cut/Makefile.am: git-remove this generated file. * tests/head/Makefile.am: Likewise. * tests/join/Makefile.am: Likewise. * tests/pr/Makefile.am: Likewise. * tests/sort/Makefile.am: Likewise. * tests/tac/Makefile.am: Likewise. * tests/tail/Makefile.am: Likewise. * tests/test/Makefile.am: Likewise. * tests/tr/Makefile.am: Likewise. * tests/uniq/Makefile.am: Likewise. * tests/wc/Makefile.am: Likewise. * .cvsignore, .gitignore: Ignore these generated files. * src/.cvsignore, src/.gitignore: Add chcon here, ... * .cvsignore, .gitignore: ... not here.
* Put CU_TEST_NAME in the environment for each test run by "make check".Jim Meyering2007-01-131-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"'
* * aclocal.m4, config.hin, configure:Paul Eggert2006-08-221-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove from CVS, since ./bootstrap generates them automatically. * .cvsignore: Add INSTALL, Makefile.in, *.cache, *.lineno, *.log. Remove more-specific entries. This catches files like configure.lineno. * man/.cvsignore: Add Makefile.in. * src/.cvsignore: Add Makefile.in. Remove .version, dir.c, install, mvdir, stamp-v, vdir.c, version.c. For .cvsignore file under the tests directory: Add Makefile.in. Sort entries if necessary. Remove *.I, *.E, *.X, *.O, *-tests, build-script, mk-script if they're never created in this directory. * build-aux/.cvsignore: New file. * doc/.cvsignore: Add Makefile.in, coreutils.html, coreutils.pdf, coreutils.ps, coreutils.tps. Remove coreutils.cm (dunno what it is, but the makefile doesn't mention it). Remove coreutils.info as it is subsumed by coreutils.info*. * lib/.cvsignore: Add Makefile.in, getdate.tab.h. Remove stat.c, sysexit.h. * m4/.cvsignore: Remove Makefile, dev-ino.m4, glibc2.m4, intdiv0.m4, inttypes-h.m4, inttypes-pri.m4, jm-glibc-io.m4, lcmessage.m4, lock.m4, printf-posix.m4, same-inode.m4, size_max.m4, uintmax_t.m4, ulonglong.m4, visibility.m4, xsize.m4. Many of these are put in automatically by ../bootstrap, but that's a bootstrap bug that I plan to fix shortly. * po/.cvsignore: More ../bootstrap-related fixes, plus remove old cruft. Add *.po, LINGUAS, Makevars. Remove *.cat, *.msg, cat-id-dbl.c, messages.mo, stamp-cat-id.
* Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert2006-08-211-717/+0
|
* .Jim Meyering2006-08-191-1/+22
|
* Some of my 2006-07-03 changes to tests/*/Makefile.am were beingJim Meyering2006-08-191-2/+3
| | | | | | | | | | | | | | | | | | | backed out due to updates provoked by the copyright changes. * tests/Makefile.am.in (PATH): Prepend $(VG_PATH_PREFIX), so that it propagates to the derived Makefile.am files. ($(srcdir)/Makefile.am): Mark generated .am files as read-only, so we don't mistakenly edit them again. * tests/cut/Makefile.am: Regenerate. * tests/head/Makefile.am: Likewise. * tests/join/Makefile.am: Likewise. * tests/pr/Makefile.am: Likewise. * tests/sort/Makefile.am: Likewise. * tests/tac/Makefile.am: Likewise. * tests/tail/Makefile.am: Likewise. * tests/test/Makefile.am: Likewise. * tests/tr/Makefile.am: Likewise. * tests/uniq/Makefile.am: Likewise. * tests/wc/Makefile.am: Likewise.
* Add/fix copyright notices and adjust to latest GNU FDL.Paul Eggert2006-08-172-1/+38
|
* .Jim Meyering2006-08-151-39/+46
|
* Regenerate.Paul Eggert2006-08-091-13/+15
|
* Regenerate.Paul Eggert2006-08-091-34/+36
|
* Regenerate.Paul Eggert2006-07-171-36/+35
|
* Regenerate.Paul Eggert2006-07-091-40/+62
|
* * tests/Makefile.am, tests/*/Makefile.am: (TESTS_ENVIRONMENT):Jim Meyering2006-07-031-1/+1
| | | | Add $VG_PATH_PREFIX as a prefix to $PATH
* .Jim Meyering2006-05-061-2/+0
|
* .Jim Meyering2006-03-261-3/+4
|
* .Jim Meyering2006-03-121-6/+6
|
* .Jim Meyering2006-02-201-5/+7
|
* .Jim Meyering2006-01-121-5/+8
|
* .Jim Meyering2006-01-041-14/+14
|
* .Jim Meyering2005-12-211-1/+2
|
* .Jim Meyering2005-12-171-0/+1
|
* .Jim Meyering2005-12-151-3/+5
|
* .Jim Meyering2005-12-031-1/+0
|
* .Jim Meyering2005-11-221-0/+1
|
* .Jim Meyering2005-10-231-1/+2
|
* .Jim Meyering2005-09-231-5/+6
|
* .Jim Meyering2005-09-221-0/+8
|
* Regenerate.Paul Eggert2005-09-221-13/+16
|
* Regenerate.Paul Eggert2005-09-161-14/+7
|
* .Jim Meyering2005-09-101-0/+8
|
* Regenerate.Paul Eggert2005-09-091-8/+0
|
* .Jim Meyering2005-09-041-0/+8
|
* .Jim Meyering2005-08-021-23/+21
|
* .Jim Meyering2005-07-121-1/+1
|
* Regenerate.Paul Eggert2005-07-081-1/+1
|
* .Jim Meyering2005-07-071-5/+5
|
* .Jim Meyering2005-07-031-33/+34
|
* Regenerate.Paul Eggert2005-07-031-17/+18
|
* .Jim Meyering2005-07-021-1/+1
|
* .Jim Meyering2005-06-301-15/+16
|
* .Jim Meyering2005-06-271-50/+52
|
* .Jim Meyering2005-06-201-5/+5
|
* Regenerate.Paul Eggert2005-06-021-54/+54
|
* Regenerate.Paul Eggert2005-05-302-189/+201
|
* (eq-6, gt-5, lt-5): New tests.Paul Eggert2005-05-271-0/+3
|
* Regenerate.Paul Eggert2005-05-181-1/+1
|
* Regenerate.Paul Eggert2005-05-141-1/+1
|