You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since the PR [mbed] Disable unit test build #15966, Unit Testing for Mbed platform was disabled because the unit-testing firmware stopped fitting in the flash (all unit tests are compiled into one big binary).
during the migration of unit testing framework from nl_unit to pw_unit_test framework, Mbed platform was not migrated to pigweed as there is no way for testing.
This was discussed in:
Is there an github issues to track to re-enable this after we split tests to multiple smaller binaries? If so please include a TODO with the issue number. If not, please create one and add the issue number here
Context
since the PR [mbed] Disable unit test build #15966, Unit Testing for Mbed platform was disabled because the unit-testing firmware stopped fitting in the flash (all unit tests are compiled into one big binary).
during the migration of unit testing framework from
nl_unit
topw_unit_test
framework, Mbed platform was not migrated to pigweed as there is no way for testing.This was discussed in:
Originally posted by @tehampson in #33943 (comment)
Actions
Step to Re-enable:
pw_unit_test
in the mbed Test_driver: src/test_driver/mbed/unit_tests/main/main.cppconnectedhomeip/.github/workflows/examples-mbed.yaml
Line 162 in 4cdce52
The text was updated successfully, but these errors were encountered: