-
Notifications
You must be signed in to change notification settings - Fork 3k
CMake: unit-tests: Make drivers unittests only depend on headers it uses #14813
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
Conversation
Previously the drivers unit tests depended on `mbed-headers`, which is a collection of all available headers in mbed-os. To make it easier to separate the library, only depend on the headers we're using.
|
@rajkan01, thank you for your changes. |
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.
Maybe this can be part of #14786?
|
This pull request has automatically been marked as stale because it has had no recent activity. @ARMmbed/mbed-os-maintainers, please start CI to get the PR merged. |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
Previously the drivers unit tests depended on
mbed-headers, whichis a collection of all available headers in mbed-os and these changes make drivers unit test only depend on the headers it's using.
Impact of changes
None.
Migration actions required
None.
Documentation
To be updated
Pull request type
Test results
Reviewers