Run lib/diagnostics.t during make test_porting
authorLarwan Berke <apocal@cpan.org>
Wed, 16 Feb 2011 17:32:20 +0000 (12:32 -0500)
committerDavid Golden <dagolden@cpan.org>
Wed, 16 Feb 2011 17:32:20 +0000 (12:32 -0500)
Signed-off-by: David Golden <dagolden@cpan.org>
Makefile.SH

index 2aca5cd..59e4786 100755 (executable)
@@ -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.