-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check parallel #488
Check parallel #488
Conversation
Note that this PR is tested with Mac and Linux only. I don't have a Windows+cygwin setup available. |
… configured" This reverts commit 337025a.
How do you specify the number of cores to use? |
You can not. All cores are used. |
Is there an easy way to pass this number? |
I'll have a look. |
Integrated check.sh within GNU make's token system to use limit the number of total parallel execution to the value specified by -j N |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks
make check is executing tests in parallel (when either GNU parallel or moreutils' parallel is available)