From: Nicholas Clark <nick@ccl4.org>
Date: Wed, 23 Sep 2009 04:22:56 +0000 (+0100)
Subject: Temporarily reinstate a _test target for the benefit of the smokers.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f258a6564e3eb38de5b8579ae5a707b154b7d53f;p=p5sagit%2Fp5-mst-13.2.git

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.
---

diff --git a/Makefile.SH b/Makefile.SH
index cb19b13..9dad2e5 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