summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-01-20 16:43:26 +0000
committerNicholas Clark <nick@ccl4.org>2010-01-20 16:43:26 +0000
commit9aa28017be0ac02c57a9d741a81cf244fa99655d (patch)
tree12ad36b867546c0fe4df5f30485029da5614e6b6 /Makefile.SH
parent2908b263df5784d122bb6eb465f6512af2ea45b5 (diff)
downloadperl-9aa28017be0ac02c57a9d741a81cf244fa99655d.tar.gz
make clean deletes runtests, so add a rule and dependency to regenerate it.
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 755f36b688..ecff689f55 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -1345,6 +1345,9 @@ depend: makedepend
makedepend: makedepend.SH config.sh
sh ./makedepend.SH
+runtests: runtests.SH config.sh
+ sh ./runtests.SH
+
.PHONY: test check test_prep test_prep_nodll test_prep_pre \
test_prep_reonly test_tty test-tty test_notty test-notty \
utest ucheck test.utf8 check.utf8 test.torture torturetest \
@@ -1364,7 +1367,7 @@ _test:
test_prep_pre: preplibrary utilities $(nonxs_ext)
-test_prep: test_prep_pre $(MINIPERL_EXE) $(unidatafiles) $(PERL_EXE) $(dynamic_ext) $(TEST_PERL_DLL)
+test_prep: test_prep_pre $(MINIPERL_EXE) $(unidatafiles) $(PERL_EXE) $(dynamic_ext) $(TEST_PERL_DLL) runtests
cd t && (rm -f $(PERL_EXE); $(LNS) ../$(PERL_EXE) $(PERL_EXE))
test_prep_reonly: $(MINIPERL_EXE) $(PERL_EXE) $(dynamic_ext_re) $(TEST_PERL_DLL)