summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-12-21 12:29:06 +0100
committerNicholas Clark <nick@ccl4.org>2011-12-22 09:06:45 +0100
commit48eabb99200aeda63e70ade7e9df4a309f13fe31 (patch)
treed71ec7b899ecc873065ae4171085c58978cbb9c4 /MANIFEST
parent010a5dd8d6baa5d69b81a3e52913422208de14df (diff)
downloadperl-48eabb99200aeda63e70ade7e9df4a309f13fe31.tar.gz
Add t/porting/utils.t, to test that utility scripts still compile.
Right now, without this, it's possible to pass the all the regression tests even if one has introduced syntax errors into scripts such as installperl or installman. No tests fail, so it's fair game to push the commit. Obviously this breaks installing perl, but we won't spot this. Whilst we can't easily test that the various scripts *work*, we can at least check that we've not made any trivial screw ups.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index fde94e5e39..89837932b6 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5332,6 +5332,7 @@ t/porting/podcheck.t Test the POD of shipped modules is well formed
t/porting/pod_rules.t Check that various pod lists are consistent
t/porting/regen.t Check that regen.pl doesn't need running
t/porting/test_bootstrap.t Test that the instructions for test bootstrapping aren't accidentally overlooked.
+t/porting/utils.t Check that utility scripts still compile
t/README Instructions for regression tests
t/re/charset.t See if regex modifiers like /d, /u work properly
t/re/fold_grind.t See if case folding works properly