mirror of
https://github.com/espressif/openthread.git
synced 2026-07-28 14:47:46 +00:00
Enable fuzz testing. (#945)
This commit is contained in:
@@ -198,7 +198,7 @@ void TestFuzz(uint32_t aSeconds)
|
||||
#ifdef ENABLE_TEST_MAIN
|
||||
int main(void)
|
||||
{
|
||||
TestFuzz(0); // For the time being, don't actually fuzz, just validate we can start and clean up
|
||||
TestFuzz(30);
|
||||
printf("All tests passed\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user