In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/1e54784419d7044304e71755f9e6de321eb1f5f8?hp=e237eb0078e71608b0a037f741beab22096007ba>
- Log ----------------------------------------------------------------- commit 1e54784419d7044304e71755f9e6de321eb1f5f8 Author: Jesse Vincent <[email protected]> Date: Mon Oct 19 11:16:02 2009 -0400 add a test_porting target which runs basic porting tests to verify pod, manifest, etc ----------------------------------------------------------------------- Summary of changes: Makefile.SH | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) 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. -- Perl5 Master Repository
