summaryrefslogtreecommitdiff
path: root/tests/mk-script
AgeCommit message (Collapse)Author
2008-05-10now that the last of the mk-script-using tests is gone...Jim Meyering
* tests/Makefile.am (EXTRA_DIST): Remove Makefile.am.in and mk-script. Move/adjust SUBDIRS-related comments. * tests/Makefile.am.in: Remove file, no longer used. * tests/mk-script: Likewise. * bootstrap: Remove coreutils-specific SUBDIRS-related code.
2008-04-21Revamp test-related Makefiles.Jim Meyering
One side-effect of this change is that "make check" now works even if you put "." early in your shell's search PATH (don't do that!). Remove all test-related Makefile.am files, except those generated by mk-script. Instead, tests/Makefile.am now lists not only the tests directly under tests/, but also those in tests/*/ that are not generated by mk-script, e.g., cp/abuse, cp/acl, mv/i-1, etc. A lot of these changes are like this: -. $srcdir/../lang-default +. $top_srcdir/tests/lang-default -. $srcdir/../test-lib.sh +. $top_srcdir/tests/test-lib.sh * configure.ac (AC_CONFIG_FILES): Remove corresponding Makefiles. * tests/check.mk (vc_exe_in_TESTS): Relax syntax requirements. * tests/rwx-to-mode: Remove file. Rewritten as... * tests/test-lib.sh (rwx_to_mode_): ...this new function. * tests/Makefile.am (EXTRA_DIST): Remove rwx-to-mode. (SUBDIRS): Remove each dir with a removed Makefile.am. (EXTRA_DIST): Add $(TESTS). (TESTS): Add over 300 entries.
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
2006-08-17Add/fix copyright notices and adjust to latest GNU FDL.Paul Eggert
2005-01-13(validate): Add code (if-0'd out) to detectJim Meyering
names of temporary files that would clash on 8.3 file systems.
2003-10-18Get $srcdir from first parameter instead of hardcoding it.Jim Meyering
(main): Update usage.
2003-07-27Emit `$xx', not its expansion.Jim Meyering
2002-03-02be careful about leading/trailing spacesJim Meyering
2002-02-18When getting input via a pipe, apply theJim Meyering
environment settings to the command in question, not to `cat'. No longer allow more than one element in the $Test::env or $Test::env_default arrays. No one used that.
2001-08-12(main): Iterate over the sorted keys (rather than `while...each...'),Jim Meyering
so this script produces the same output regardless of which version of perl (e.g., perl5.6) is used.
2001-08-12($program_name): Define.Jim Meyering
(main): Use $program_name, rather than long-inaccurate `build-script'.
2000-02-10Invoke `diff' when differences are found.Jim Meyering
1998-10-05back out last changeJim Meyering
1998-10-05half-hearted attempt to support file name quotingJim Meyering
1998-02-04.Jim Meyering