summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-10-27 09:06:11 +0200
committerJim Meyering <meyering@redhat.com>2007-10-27 09:06:11 +0200
commit2e270515f72d913659c13d421c2083e0a414f727 (patch)
tree5b374c078271e838e827ff6fa84306de5bf648dd /tests/Makefile.am
parent5d9cb871976c3f6ade5be2d84107d167c3407f7f (diff)
downloadcoreutils-2e270515f72d913659c13d421c2083e0a414f727.tar.xz
Clean up tests/Makefile.am.
* tests/Makefile.am (EXTRA_DIST): Remove $(TESTS). No longer defined. (TESTS_ENVIRONMENT): Remove definition.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am7
1 files changed, 0 insertions, 7 deletions
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 \