add fuzzer driver, integrate with build system
This commit is contained in:
@@ -26,3 +26,8 @@ if (ENABLE_FUZZING)
|
||||
|
||||
|
||||
endif()
|
||||
|
||||
if(ENABLE_CJSON_TEST)
|
||||
ADD_EXECUTABLE(fuzz_main fuzz_main.c)
|
||||
TARGET_LINK_LIBRARIES(fuzz_main cjson)
|
||||
endif()
|
||||
Reference in New Issue
Block a user