-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Basic Unit Test for Verhoeff #37195
base: master
Are you sure you want to change the base?
Basic Unit Test for Verhoeff #37195
Conversation
PR #37195: Size comparison from 14ac7a6 to 3369a48 Full report (14 builds for cc13x4_26x4, cc32xx, nrfconnect, qpg, stm32, tizen)
|
PR #37195: Size comparison from 14ac7a6 to 67c4224 Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #37195: Size comparison from 14ac7a6 to 9f2ed7b Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
sources = [] | ||
|
||
public_deps = [ | ||
"${chip_root}/src/app/common:cluster-objects", |
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 dependency list feels a bit big. Why do we need cluster objects for example? can we clean it up?
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.
I believe you only need to depend on support is sufficient. I believe right now you get support:suppport
by transitive deps as a sideffect.
Solves #37114
Basically is the creation of a new set of unit tests focused on the Verhoeff algorithm for checksums.
Testing
Tested with the script build_coverage.sh as part of the Unit Tests.