-
Notifications
You must be signed in to change notification settings - Fork 178
mbed test : is it possible to use parallel compilation ? #343
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
Comments
It should be on by default (ex |
I have |
Ah, so the |
Thanks for your answer. We would like to know if it is possible to run the tests with parallel compilation as we used to do in mbed2. |
@adustm Sorry I think I'm getting a bit mixed up 😄 If you want to compile the tests in parallel, meaning use more cpu cores to speed up just the build process of the tests, then this actually already occurs by default if you use the If you want to run the tests in parallel, meaning using multiple mbed boards plugged into your PC to speed up the actual execution of tests on hardware, there is currently experimental support for running tests this way in Greentea. But it has not been tested all that much and I wouldn't recommend it at the moment. If you're interested in that, I'd be happy to elaborate. |
@adustm Can I help clear up anything else? If not, would you mind closing this? |
I'm going to go ahead and close this, especially with the merge of ARMmbed/mbed-os#2990. Please reopen if there is still an issue! |
Hello,
We would like to use parallel compilation as we used to do it in mbed2. Is it possible ?
Kind regards
Armelle
cc @bcostm @svastm
The text was updated successfully, but these errors were encountered: