Skip to content

Commit

Permalink
Add rule for running individual test files to parrot Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldh committed Aug 25, 2013
1 parent 44190db commit d3cfdd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/build/Makefile-Parrot.in
Expand Up @@ -1098,6 +1098,9 @@ bootstrap-files: $(STAGE2_PBCS) src/stage2/$(CORE_SETTING_NQP)

## testing

t/*/*.t: all
prove -r -v --exec .@slash@$(RUNNER) $@

test: all
prove -r --exec ./$(NQP_EXE) t/nqp t/parrot t/hll t/qregex t/p5regex t/qast t/serialization

Expand Down

0 comments on commit d3cfdd6

Please sign in to comment.