Added executable msgpack_fuzzer

This commit is contained in:
Benoit Blanchon
2018-10-19 19:42:15 +02:00
parent eb78077a0c
commit 00aa038818
3 changed files with 43 additions and 0 deletions

8
fuzzing/CMakeLists.txt Normal file
View 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
)