summaryrefslogtreecommitdiff
path: root/tests/join
diff options
context:
space:
mode:
Diffstat (limited to 'tests/join')
-rw-r--r--tests/join/Makefile.am2
-rw-r--r--tests/join/Makefile.in2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/join/Makefile.am b/tests/join/Makefile.am
index ea6d7d246..f656a4ea0 100644
--- a/tests/join/Makefile.am
+++ b/tests/join/Makefile.am
@@ -36,6 +36,8 @@ $(srcdir)/$x-tests: $(mk_script) Test.pm
MAINTAINERCLEANFILES = $x-tests $(maint_gen)
CLEANFILES = $(run_gen)
+check: $(maint_gen)
+
Makefile.am: ../Makefile.am.in Test.pm $(mk_script)
rm -f $@ $@t
sed -n '1,/^##test-files-begin/p' $< > $@t
diff --git a/tests/join/Makefile.in b/tests/join/Makefile.in
index bc0b0bbe7..89d3cb887 100644
--- a/tests/join/Makefile.in
+++ b/tests/join/Makefile.in
@@ -239,6 +239,8 @@ $(srcdir)/$x-tests: $(mk_script) Test.pm
mv $@.n $@
chmod 755 $@
+check: $(maint_gen)
+
Makefile.am: ../Makefile.am.in Test.pm $(mk_script)
rm -f $@ $@t
sed -n '1,/^##test-files-begin/p' $< > $@t