summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
AgeCommit message (Collapse)Author
2004-05-13 Don't assume that "make -C" works; Solaris "make" doesn't have -C.Jim Meyering
* src/Makefile.am (all_programs.list): New rule, copied from man/Makefile.am and tests/Makefile.am, except that we use the system tr rather than ./tr and we don't use tr -s. * tests/Makefile.am (all_programs): Use it.
2004-01-08(TESTS_ENVIRONMENT): Remove `/vg' (prerelease testJim Meyering
remnant) from PATH component. That would cause tests in this directory not to run the just-built binaries, but rather whatever happened to be in one's PATH. Reported by Christian Krackowizer.
2003-12-20(root-hint): Tweak wording.Jim Meyering
2003-11-20(TESTS_ENVIRONMENT): Add $PACKAGE_BUGREPORT.Jim Meyering
2003-09-10(programs): Use ../src/tr -s ' ' '\n' in placeJim Meyering
of `fmt -1'. Using the just-built tr is a little cleaner. Christian Krackowizer reported that HPUX 10.20 doesn't have fmt.
2003-08-15(ASSORT): New var.Jim Meyering
(all_programs): Use it.
2003-08-01(TESTS_ENVIRONMENT): Set PATH so thatJim Meyering
the tests in help-version will use the just-built binaries.
2003-07-29(all_programs): Makefile is in ../src, not $(srcdir)/../src.Jim Meyering
2003-07-16(all_programs): Define.Jim Meyering
(TESTS_ENVIRONMENT): Use it.
2003-03-08(evar-check): Check for POSIXLY_CORRECT not as aJim Meyering
shell variable, but only in the environment. With /bin/sh->bash, the shell variable is set to `y', and that would cause a spurious warning.
2003-03-08(check-root): Remove touch/fifo.Jim Meyering
It doesn't appear to have to be run as root.
2003-03-04(check-root): Add fail-2eperm.Jim Meyering
2003-02-20Rename phony target envvar-check to evar-checkJim Meyering
so as not to conflict with the distributed file by the same name.
2002-07-02(EXTRA_DIST): Merge.Jim Meyering
2002-07-01whoops.Jim Meyering
2002-07-01mergeJim Meyering