Temporarily reinstate a _test target for the benefit of the smokers.
Nicholas Clark [Wed, 23 Sep 2009 04:22:56 +0000 (05:22 +0100)]
Make it warn that it is deprecated. To be removed once the smokers upgrade.

Makefile.SH

index cb19b13..9dad2e5 100644 (file)
@@ -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