Almost-working out of order test detection
[tapir.git] / Makefile
blob1cb33d45375f6d702811ed9e5aa54af9a6c496ff
2 all:
3 parrot -o t/harness.pbc t/harness.pir
4 parrot -o lib/Tapir/Parser.pbc lib/Tapir/Parser.pir
5 parrot -o lib/Tapir/Stream.pbc lib/Tapir/Stream.pir
6 pbc_merge -o tapir.pbc t/harness.pbc lib/Tapir/Parser.pbc lib/Tapir/Stream.pbc
7 pbc_to_exe tapir.pbc
9 clean:
10 rm tapir *.pbc t/harness.pbc lib/Tapir/*.pbc
12 test: all
13 ./tapir t/*.t