summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-03-18 22:31:56 +0100
committerYves Orton <demerphq@gmail.com>2023-03-22 02:53:47 +0800
commitca54131a969bed4c2fa42de7cb41620de2e9ea01 (patch)
tree7085bbff638fc0e0d0ad351ba0b4c8e3a9dac5ae /MANIFEST
parent03d84c69373359fcef54157b6459b1ce357daf09 (diff)
downloadperl-ca54131a969bed4c2fa42de7cb41620de2e9ea01.tar.gz
t/porting/test_testlist.t - test that we test the same thing with t/harness and t/TEST
Also that we test everything expected in MANIFEST. Also includes some fixups to t/TEST to deal with the fact that List/Util is not anymore the name of a distribution even though it is the name of an extension. Same for Cwd.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index c7cbdf427f..637319a10e 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -6242,6 +6242,7 @@ t/porting/readme.t Check that all files in Porting/ are mentioned in Porting/R
t/porting/regen.t Check that regen.pl doesn't need running
t/porting/ss_dup.t Check that sv.c:ss_dup handles everything
t/porting/test_bootstrap.t Test that the instructions for test bootstrapping aren't accidentally overlooked.
+t/porting/test_testlist.t Test that we t/harness and t/TEST and MANIFEST agree on our test list
t/porting/update_authors.t Tests for Porting/updateAUTHORS.pl
t/porting/utils.t Check that utility scripts still compile
t/re/alpha_assertions.t See if things like '(*postive_lookahed:...) work properly