Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo in last Makefile commit.
  • Loading branch information
donaldh committed Aug 25, 2013
1 parent ee3f55a commit a49aa93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/Makefile-Parrot.in
Expand Up @@ -1099,7 +1099,7 @@ bootstrap-files: $(STAGE2_PBCS) src/stage2/$(CORE_SETTING_NQP)
## testing

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

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 a49aa93

Please sign in to comment.