summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-10-19 11:16:02 -0400
committerJesse Vincent <jesse@bestpractical.com>2009-10-19 11:16:02 -0400
commit1e54784419d7044304e71755f9e6de321eb1f5f8 (patch)
treee016555695ff1292d6b6b2a66b33db57a751470e
parente237eb0078e71608b0a037f741beab22096007ba (diff)
downloadperl-1e54784419d7044304e71755f9e6de321eb1f5f8.tar.gz
add a test_porting target which runs basic porting tests to verify pod, manifest, etc
-rw-r--r--Makefile.SH6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH
index db2bfe0103..c29d0bea8f 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.