-
Notifications
You must be signed in to change notification settings - Fork 3k
Unit tests: Connectivity: Make lorawan test header dependencies explicit #14894
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
Unit tests: Connectivity: Make lorawan test header dependencies explicit #14894
Conversation
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
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
@hazzlim Please rebase this PR instead of using GitHub's UI to resolve conflicts. |
Sorry will do |
To quote @LDong-Arm - "The CMake target `mbed-headers` brings in all headers, and we are gradually moving away from it and explicitly use only headers needed by each unit test."
017d982
to
db20427
Compare
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. |
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
Clean up CMake definitions of connectivity-lorawan unit tests to only depend on headers each test uses.
Fixes #14878
Impact of changes
None.
Migration actions required
None.
Documentation
None.
Pull request type
Test results
Reviewers
@rajkan01 @ARMmbed/mbed-os-core