forked from bblanchon/ArduinoJson
Added executable msgpack_fuzzer
This commit is contained in:
8
fuzzing/CMakeLists.txt
Normal file
8
fuzzing/CMakeLists.txt
Normal file
@ -0,0 +1,8 @@
|
||||
# ArduinoJson - arduinojson.org
|
||||
# Copyright Benoit Blanchon 2014-2018
|
||||
# MIT License
|
||||
|
||||
add_executable(msgpack_fuzzer
|
||||
msgpack_fuzzer.cpp
|
||||
fuzzer_main.cpp
|
||||
)
|
Reference in New Issue
Block a user