diff options
author | Jim Meyering <meyering@redhat.com> | 2007-10-27 09:06:11 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-10-27 09:06:11 +0200 |
commit | 2e270515f72d913659c13d421c2083e0a414f727 (patch) | |
tree | 5b374c078271e838e827ff6fa84306de5bf648dd | |
parent | 5d9cb871976c3f6ade5be2d84107d167c3407f7f (diff) | |
download | coreutils-2e270515f72d913659c13d421c2083e0a414f727.tar.xz |
Clean up tests/Makefile.am.
* tests/Makefile.am (EXTRA_DIST): Remove $(TESTS). No longer defined.
(TESTS_ENVIRONMENT): Remove definition.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | tests/Makefile.am | 7 |
2 files changed, 6 insertions, 7 deletions
@@ -1,3 +1,9 @@ +2007-10-27 Jim Meyering <meyering@redhat.com> + + Clean up tests/Makefile.am. + * tests/Makefile.am (EXTRA_DIST): Remove $(TESTS). No longer defined. + (TESTS_ENVIRONMENT): Remove definition. + 2007-10-26 Jim Meyering <meyering@redhat.com> * build-aux/check.mk: Merge with latest from Akim. diff --git a/tests/Makefile.am b/tests/Makefile.am index a3fd21a6f..cc67c2ad7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -7,14 +7,7 @@ ASSORT = LC_ALL=C sort built_programs = (cd ../src && MAKEFLAGS= $(MAKE) -s built_programs.list) -TESTS_ENVIRONMENT = \ - built_programs="`$(built_programs)`" \ - PACKAGE_BUGREPORT=$(PACKAGE_BUGREPORT) \ - CU_TEST_NAME=`basename $(abs_srcdir)`,$$tst \ - PATH="$(VG_PATH_PREFIX)`pwd`/../src$(PATH_SEPARATOR)$$PATH" - EXTRA_DIST = \ - $(TESTS) \ Coreutils.pm \ CuTmpdir.pm \ Makefile.am.in \ |