-
Notifications
You must be signed in to change notification settings - Fork 28
Unit test Kconfig cleanup #519
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
base: main
Are you sure you want to change the base?
Unit test Kconfig cleanup #519
Conversation
|
You can find the documentation preview for this PR here. |
9522f44 to
3eea0ce
Compare
|
Touching tests only, no changelog required. |
3eea0ce to
2f119f9
Compare
| ) | ||
|
|
||
| target_include_directories(app PRIVATE | ||
| zephyr_include_directories(app PRIVAT |
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.
PRIVAT
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.
This should actually be removed.
tests/lib/bluetooth/ble_qwr/Kconfig
Outdated
| # Clear dependencies for BLE_QWR and enable it to allow | ||
| # testing the features without enabling the library. |
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.
This wording could be improved, what about
Redefine this symbol without dependencies, so that tests
can enable it without having to enable the dependencies too
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.
ok
| config BLE_BAS | ||
| default y | ||
|
|
||
| # Redefine Kconfigs used by the tested module that is defined in |
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.
that are defined
2f119f9 to
dbf6b07
Compare
dbf6b07 to
09738d5
Compare
Use Kconfig to enable modules under test and some cleanup. Signed-off-by: Eivind Jølsgard <[email protected]>
09738d5 to
3e8e657
Compare
Use Kconfig to enable modules under test and some cleanup.