[unit-test] remove (unnecessary) ENABLE_TEST_MAIN definition (#4367)

This commit is contained in:
Abtin Keshavarzian
2019-12-11 09:16:48 -08:00
committed by Jonathan Hui
parent ab27fcd9e6
commit f10c6c36fd
24 changed files with 0 additions and 51 deletions
-2
View File
@@ -134,7 +134,6 @@ void TestMacCommandFrame()
VerifyOrQuit(memcmp(test, decrypted, sizeof(decrypted)) == 0, "TestMacCommandFrame decrypt failed\n");
}
#ifdef ENABLE_TEST_MAIN
int main(void)
{
TestMacBeaconFrame();
@@ -142,4 +141,3 @@ int main(void)
printf("All tests passed\n");
return 0;
}
#endif