Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Refactor Makefile in preparation for nqp tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Oct 21, 2009
1 parent b079e0d commit a4bfb16
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions build/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,15 @@ bootstrap-files: src/gen/p6regex-grammar.pir src/gen/p6grammar-grammar.pir

## testing

test: all
prove -r --exec $(PARROT) t
test: p6regex_test

test_loud: all
prove -r -v --exec $(PARROT) t
test_loud: p6regex_test_loud

p6regex_test: $(P6REGEX_PBC)
prove -r --exec $(PARROT) t/p6regex

p6regex_test_loud: $(P6REGEX_PBC)
prove -r -v --exec $(PARROT) t/p6regex

## cleaning
clean:
Expand Down

0 comments on commit a4bfb16

Please sign in to comment.