1 README for directory t/manifest/
3 This directory holds files containing tests for the functionality used in
4 tools/dev/mk_manifest_and_skip.pl, i.e., functionality in packages such as
5 Parrot::Manifest, Parrot::Manifest::Files and Parrot::Manifest::Skip.
7 If you are revising any of this functionality, you should make those revisions
8 on the basis of running the tests in this directory, writing new tests as
11 Since the tests in this directory do not touch upon core Parrot functionality,
12 it is not essential that they be included in the tests run by 'make test'.
14 There is one other MANIFEST-related test not found in this directory:
15 t/distro/manifest.t. Since this test does sanity-checking of the MANIFEST, it
16 should be run by 'make test' and, hence, has not been moved into this