mirror of
https://github.com/espressif/openthread.git
synced 2026-08-29 21:39:54 +00:00
[test] define all unit tests in ot namespace (#9617)
This commit updates unit test modules to be defined under the `ot` namespace. This aligns all the unit tests to follow the same model, eliminating the need to use `ot::` prefix in unit test code.
This commit is contained in:
@@ -82,7 +82,7 @@ void TestMacAddress(void)
|
||||
const uint8_t kExtAddr[OT_EXT_ADDRESS_SIZE] = {0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0};
|
||||
const Mac::ShortAddress kShortAddr = 0x1234;
|
||||
|
||||
ot::Instance *instance;
|
||||
Instance *instance;
|
||||
Mac::Address addr;
|
||||
Mac::ExtAddress extAddr;
|
||||
uint8_t buffer[OT_EXT_ADDRESS_SIZE];
|
||||
|
||||
Reference in New Issue
Block a user