From: Jesse Vincent <jesse@bestpractical.com>
Date: Mon, 19 Oct 2009 15:16:02 +0000 (-0400)
Subject: add a test_porting target which runs basic porting tests to verify pod, manifest... 
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1e54784419d7044304e71755f9e6de321eb1f5f8;p=p5sagit%2Fp5-mst-13.2.git

add a test_porting target which runs basic porting tests to verify pod, manifest, etc
---

diff --git a/Makefile.SH b/Makefile.SH
index db2bfe0..c29d0be 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -1434,6 +1434,12 @@ test_harness_notty: test_prep
 test-reonly: test_prep_reonly
 	TEST_ARGS='-re \bre\/' TESTFILE=harness ./runtests choose
 
+
+# Porting tests (well-formedness of pod, manifest, etc)
+
+test_porting: test_prep
+	cd t && $(LDLIBPTH) $(RUN) ./perl$(EXE_EXT) harness porting/*.t
+
 # Handy way to run perlbug -ok without having to install and run the
 # installed perlbug. We don't re-run the tests here - we trust the user.
 # Please *don't* use this unless all tests pass.