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 e4a5ee9..4377e23 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 a3fd21a..cc67c2a 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       \