mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
a18123b349
This commit refactors the Nexus tests configuration in CMakeLists.txt by properly classifying and sorting test cases: - Moved `inform_previous_parent_on_reattach` from the "Cert tests" section to the "Misc tests" section, and changed its label from "cert;nexus" to "core;nexus". - Moved `retransmission_security` from the "Cert tests" section to the "Misc tests" section where it belongs (retaining its "core;nexus" label) and sorted it alphabetically. These changes ensure the CMake file remains clean and the tests are properly categorized.