summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-23 05:22:56 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-23 05:24:43 +0100
commitf258a6564e3eb38de5b8579ae5a707b154b7d53f (patch)
treeb89c98a0eaf63ba747d375b112975ad036fb02a5 /Makefile.SH
parent9cdcb38b4c31a45dcd09aebdede952de356c30f0 (diff)
downloadperl-f258a6564e3eb38de5b8579ae5a707b154b7d53f.tar.gz
Temporarily reinstate a _test target for the benefit of the smokers.
Make it warn that it is deprecated. To be removed once the smokers upgrade.
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index cb19b13bce..9dad2e5d0f 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -1303,7 +1303,11 @@ makedepend: makedepend.SH config.sh
test.utf16 check.utf16 utest.utf16 ucheck.utf16 \
test.third check.third utest.third ucheck.third test_notty.third \
test.deparse test_notty.deparse test_harness test_harness_notty \
- minitest coretest test.taintwarn test-reonly
+ minitest coretest test.taintwarn test-reonly _test
+
+_test:
+ echo >&2 The _test target is deprecated. Please upgrade your smoker
+ PERL=./perl ./runtests choose
# Cannot delegate rebuilding of t/perl to make
# to allow interlaced test and minitest