summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorLarwan Berke <apocal@cpan.org>2011-02-16 12:32:20 -0500
committerDavid Golden <dagolden@cpan.org>2011-02-16 12:32:20 -0500
commit48d97dac760d07a6b57972ac8dce412984f75e8c (patch)
treeeeb6143cc1dd87fcc045b549852aef192b57647d /Makefile.SH
parent12ad1f859adc6409887cf19beebe3e8755861ab8 (diff)
downloadperl-48d97dac760d07a6b57972ac8dce412984f75e8c.tar.gz
Run lib/diagnostics.t during make test_porting
Signed-off-by: David Golden <dagolden@cpan.org>
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-xMakefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 2aca5cdf73..59e4786d9b 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -1483,7 +1483,7 @@ test-reonly: test_prep_reonly
# Porting tests (well-formedness of pod, manifest, etc)
test_porting: test_prep
- cd t && $(RUN_PERL) harness porting/*.t
+ cd t && $(RUN_PERL) harness porting/*.t ../lib/diagnostics.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.