'make --jobs all', 'make --jobs test', and concurrency
[email protected] (David Christensen) Sat, 16 Nov 2013 22:15:14 -0800
| Newsgroups | perl.makemaker |
|---|---|
| Message-ID | <[email protected]> |
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