Almost-working out of order test detection
[tapir.git] / README
blob8cfd935feed78acfd911c8c63e46c49fd6991e59
1 Tapir is a PIR-based TAP (Test Anything Protocol) Harness
3 It eats test output (i.e. is a TAP consumer) and tells humans if the test suite passed, and if not,
4 which kind of pretty colors of smoke came out.
6 The only requirement for Tapir is Parrot 1.8.0 or higher.
8 To run the Tapir test suite with Tapir, first you must generate the PBC files with
10     $ make
12 The dependency on 'make' will disappear once we move to a pure-Parrot build (setup.pir)
14 Now to run the test suite:
16     $ ./tapir t/*.t
18 Also, you can always use parrot or prove to run Tapir tests individually:
20     $ parrot t/01-parse_plan.t
21     $ prove -v t/01-parse_plan.t