mirror of
https://github.com/espressif/openthread.git
synced 2026-07-28 06:37:46 +00:00
[unit-test] remove (unnecessary) ENABLE_TEST_MAIN definition (#4367)
This commit is contained in:
committed by
Jonathan Hui
parent
ab27fcd9e6
commit
f10c6c36fd
@@ -124,11 +124,9 @@ void TestToolchain(void)
|
||||
test_addr_bitfield();
|
||||
}
|
||||
|
||||
#ifdef ENABLE_TEST_MAIN
|
||||
int main(void)
|
||||
{
|
||||
TestToolchain();
|
||||
printf("All tests passed\n");
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user