-
Notifications
You must be signed in to change notification settings - Fork 3k
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
CMake: Refactor rtos greentea cmake #14951
Conversation
@rajkan01, thank you for your changes. |
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
Pushing some more CMake updates for handling skipping the test |
This pull request has automatically been marked as stale because it has had no recent activity. @rajkan01, please carry out any necessary work to get the changes merged. Thank you for your contributions. |
This needs to be rebased |
391168e
to
d73cd57
Compare
Initially, every library greentea test has its project() creation in their CMake. As running greentea using CTest move all greentea test suite under one global project mbed-os and MBED_CONFIG_PATH set at the root mbed os CMake under the condition BUILD_GREENTEA_TESTS check so refactored rtos greentea CMake accordingly.
This pull request has automatically been marked as stale because it has had no recent activity. @ARMmbed/mbed-os-maintainers, please complete review of the changes to move the PR forward. Thank you for your contributions. |
@0xc0170 Could you review this PR Thanks |
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.
Thanks @rajkan01. Just a couple of remarks on macro checks.
Pull request has been modified.
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
Fixes #14942
Initially, every library greentea test has its project() creation in their CMake. As running greentea using CTest move all greentea test suite under one global project
mbed-os
andMBED_CONFIG_PATH
set at the root mbed os CMake under the conditionBUILD_GREENTEA_TESTS
check so refactored rtos greentea CMake accordingly.Impact of changes
None.
Migration actions required
None.
Documentation
#15001
Pull request type
Test results
Reviewers