Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add rule for running individual test files.
  • Loading branch information
donaldh committed Aug 25, 2013
1 parent 3c2b6e3 commit 430d89b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/build/Makefile-JVM.in
Expand Up @@ -362,6 +362,9 @@ bootstrap-files: $(STAGE2_OUTPUT)

## testing

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

test: all
prove -r --exec .@slash@$(RUNNER) t/nqp t/qregex t/p5regex t/qast t/serialization t/jvm

Expand Down

0 comments on commit 430d89b

Please sign in to comment.