mirror of
https://github.com/espressif/openthread.git
synced 2026-09-01 06:49:54 +00:00
[unit-test] remove (unnecessary) ENABLE_TEST_MAIN definition (#4367)
This commit is contained in:
committed by
Jonathan Hui
parent
ab27fcd9e6
commit
f10c6c36fd
@@ -294,7 +294,6 @@ void TestMessageQueueOtApis(void)
|
||||
testFreeInstance(sInstance);
|
||||
}
|
||||
|
||||
#ifdef ENABLE_TEST_MAIN
|
||||
int main(void)
|
||||
{
|
||||
TestMessageQueue();
|
||||
@@ -302,4 +301,3 @@ int main(void)
|
||||
printf("All tests passed\n");
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user