From 2e270515f72d913659c13d421c2083e0a414f727 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 27 Oct 2007 09:06:11 +0200 Subject: Clean up tests/Makefile.am. * tests/Makefile.am (EXTRA_DIST): Remove $(TESTS). No longer defined. (TESTS_ENVIRONMENT): Remove definition. --- tests/Makefile.am | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tests/Makefile.am') 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 \ -- cgit v1.2.3-54-g00ecf