mirror of
https://github.com/espressif/openthread.git
synced 2026-08-16 07:37:47 +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;
|
||||
}
|
||||
|
||||
@@ -157,6 +157,6 @@ namespace Thread
|
||||
TEST_METHOD(test_packed_enum) { ::test_packed_enum(); }
|
||||
|
||||
// test_settings.cpp
|
||||
TEST_METHOD(RunTestFuzz) { ::TestFuzz(0); }
|
||||
TEST_METHOD(RunTestFuzz) { ::TestFuzz(30); }
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user