mirror of
https://github.com/espressif/openthread.git
synced 2026-08-31 22:39: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
@@ -571,7 +571,6 @@ void TestFuzzEncoderDecoder(void)
|
||||
} // namespace Ncp
|
||||
} // namespace ot
|
||||
|
||||
#ifdef ENABLE_TEST_MAIN
|
||||
int main(void)
|
||||
{
|
||||
ot::Ncp::TestHdlcFrameBuffer();
|
||||
@@ -581,4 +580,3 @@ int main(void)
|
||||
printf("\nAll tests passed.\n");
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user