'make --jobs all', 'make --jobs test', and concurrency
David Christensen <[email protected]> Sat, 16 Nov 2013 22:15:14 -0800
| Newsgroups | gmane.comp.lang.perl.modules.extutils-makemaker.devel |
|---|---|
| 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