summaryrefslogtreecommitdiff
path: root/tests/general
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-11-25 13:27:13 +0000
committerJim Meyering <jim@meyering.net>2000-11-25 13:27:13 +0000
commit944f878a72b9e93b64e4a0659bed57a5dfb18d74 (patch)
tree514f4e396213b57ccc43e24f218238ec380c46dc /tests/general
parenta1e9a949b45aaafa0d8d6623127cde334a4a412c (diff)
downloadcoreutils-944f878a72b9e93b64e4a0659bed57a5dfb18d74.tar.xz
*** empty log message ***
Diffstat (limited to 'tests/general')
-rw-r--r--tests/general/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/general/Makefile.am b/tests/general/Makefile.am
index 551592f96..5631a6aa5 100644
--- a/tests/general/Makefile.am
+++ b/tests/general/Makefile.am
@@ -22,9 +22,7 @@ AUTOMAKE_OPTIONS = gnits
SUITE = suite.at dd.at m4sh.at
-# We don't actually distribute the testsuite, since one only
-# needs m4 to build it, m4 being required anyway to install Autoconf.
-EXTRA_DIST = $(SUITE)
+EXTRA_DIST = $(SUITE) testsuite
TESTS_ENVIRONMENT = \
PATH=`pwd`/../../src:$$PATH
@@ -33,7 +31,7 @@ TESTS = testsuite
check-local: atconfig
-testsuite: $(SUITE)
+testsuite: $(SUITE) atgeneral.m4
$(M4) -I $(srcdir) atgeneral.m4 suite.at > $@-t1
sed 's/[ ]*$$//;/^$$/N;/\n$$/D' $@-t1 > $@-tmp
rm -f $@-t1