Skip to content

Commit

Permalink
Run tests with -j2.
Browse files Browse the repository at this point in the history
This is safe, and a bit faster.
  • Loading branch information
rohanpm committed Jun 17, 2012
1 parent 9cbba6f commit 6230d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ help:
@echo

check:
prove -r $(SRCDIR)
prove -j2 -r $(SRCDIR)

install:
@echo Not yet implemented!

0 comments on commit 6230d42

Please sign in to comment.