mirror of
https://github.com/espressif/openthread.git
synced 2026-09-06 01:00:09 +00:00
Some Very Simple Fuzz Testing (#901)
* Add initial 'dump' fuzzing for radio receive.
This commit is contained in:
@@ -163,6 +163,7 @@
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\tests\unit\test_aes.cpp" />
|
||||
<ClCompile Include="..\..\tests\unit\test_fuzz.cpp" />
|
||||
<ClCompile Include="..\..\tests\unit\test_hmac_sha256.cpp" />
|
||||
<ClCompile Include="..\..\tests\unit\test_link_quality.cpp" />
|
||||
<ClCompile Include="..\..\tests\unit\test_lowpan.cpp" />
|
||||
@@ -177,6 +178,7 @@
|
||||
<ClCompile Include="..\..\tests\unit\test_windows.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\tests\unit\test_platform.h" />
|
||||
<ClInclude Include="..\..\tests\unit\test_util.h" />
|
||||
<ClInclude Include="..\..\tests\unit\test_util.hpp" />
|
||||
<ClInclude Include="..\..\tests\unit\test_vector.h" />
|
||||
|
||||
@@ -21,6 +21,9 @@
|
||||
<ClCompile Include="..\..\tests\unit\test_aes.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\tests\unit\test_fuzz.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\tests\unit\test_hmac_sha256.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
@@ -56,6 +59,9 @@
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\tests\unit\test_platform.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\tests\unit\test_util.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
|
||||
Reference in New Issue
Block a user