Enable fuzz testing. (#945)

This commit is contained in:
Jonathan Hui
2016-11-10 04:39:29 +08:00
committed by GitHub
parent 851027d912
commit a319791b70
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
}