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
@@ -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); }
};
}