mirror of
https://github.com/espressif/openthread.git
synced 2026-09-13 04:30:08 +00:00
Enable fuzz testing. (#945)
This commit is contained in:
@@ -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