parrotcode: A harness for Parrot python | |
Contents | Language Implementations | Python |
languages/python/t/harness - A harness for Parrot python
cd languages && perl python/t/harness -files
Conformant to a recent post on p6i, if I'm called with a single argument of "-files", I just return a list of files to process. This list is one per line, and is relative to the languages dir.
If I'm called with no args, I run all tests.
Otherwise I try to run list of passed tests.
Mostly taken from m4/t/harness.
L<languages/m4/t/harness>
Bernhard.Schmalhofer@gmx.de
stolen by leo
|