Skip to content

Commit

Permalink
use TEST_JOBS on xtest if present
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Oct 6, 2016
1 parent 9568337 commit 0889b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -21,7 +21,7 @@ test:

# Extended tests
xtest:
prove --exec perl6 -r xt t
if [ "${TEST_JOBS}" != "" ]; then prove -j ${TEST_JOBS} -e perl6 xt t; else prove -e perl6 xt t; fi

# Content tests
ctest:
Expand Down

0 comments on commit 0889b0b

Please sign in to comment.