]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Clean up tests/Makefile.am.
authorJim Meyering <meyering@redhat.com>
Sat, 27 Oct 2007 07:06:11 +0000 (09:06 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 27 Oct 2007 07:06:11 +0000 (09:06 +0200)
* tests/Makefile.am (EXTRA_DIST): Remove $(TESTS).  No longer defined.
(TESTS_ENVIRONMENT): Remove definition.

ChangeLog
tests/Makefile.am

index e4a5ee9695325f58247003d1492c9bc3ab6d587c..4377e237b55501759bb29852f4fb183f925a3038 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index a3fd21a6f56631dcec53f0ad30d172ac42f1d7fe..cc67c2ad754f7b5f8ca4b1364d252d0a6d244501 100644 (file)
@@ -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       \