summaryrefslogtreecommitdiffstats
path: root/testsuite/check.mk
Commit message (Collapse)AuthorAgeFilesLines
* build: avoid "make distcheck" failure and distracting diagnosticsJim Meyering2009-08-151-5/+5
| | | | | | * testsuite/check.mk (built_programs): Rewrite so that it works. (TESTS_ENVIRONMENT): Use $$f, not $$tst. The latter included a $(srcdir)/ prefix that was fatal in the non-srcdir build case.
* tests: remove now-unnecessary build-aux/check.mkJim Meyering2009-07-041-2/+1
| | | | | * build-aux/check.mk: Remove file. * testsuite/check.mk: Don't include build-aux/check.mk.
* tests: add testing framework, and tests for the new optionJim Meyering2009-07-041-0/+75
* NEWS (New features): Mention the new option. * src/mkid.c (main): Adjust a diagnostic. * src/xtokid.c (main): Adjust a diagnostic. * bootstrap.conf (gnulib_modules): Add perl and posix_shell * build-aux/check.mk: New file, from coreutils. * testsuite/Coreutils.pm: Likewise. * testsuite/CuTmpdir.pm: Likewise. * testsuite/check.mk: Likewise. * testsuite/envvar-check: Likewise. * testsuite/files0-from: New test, based on one from coreutils. * testsuite/Makefile.am (TESTS): Add files0-from. (TESTS_ENVIRONMENT): Remove definition. Now it's in check.mk. (EXTRA_DIST): Add Coreutils.pm CuTmpdir.pm envvar-check and check.mk. Include $(srcdir)/check.mk.