summaryrefslogtreecommitdiff
path: root/tests/general
diff options
context:
space:
mode:
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