'make --jobs all', 'make --jobs test', and concurrency
1 view
Skip to first unread message
David Christensen
unread,
Nov 17, 2013, 1:15:14 AM11/17/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to make...@perl.org
makemaker:
I have a computer with a multi-core processor, Debian 7, and Perl
5.14.2. 'make --jobs all' seems to run concurrently, but 'make --jobs
test' seems to be single-threaded. Is there a way to run tests
concurrently?
TIA,
David
Shlomi Fish
unread,
Nov 17, 2013, 1:35:51 AM11/17/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to make...@perl.org
Hi David,
make test is a single make target so make -j or make --jobs won't help here.
What might help is the HARNESS_OPTIONS environment variable: