We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437f2fa commit d1b5172Copy full SHA for d1b5172
test/fuzz/CMakeLists.txt
@@ -88,7 +88,7 @@ function(create_fuzz_test)
88
if(EXISTS ${dict_path})
89
list(APPEND LIBFUZZER_OPTS_EFFECTIVE "-dict=${dict_path}")
90
endif()
91
- set(corpus_path ${PROJECT_SOURCE_DIR}/test/static/${FUZZ_PREFIX})
+ set(corpus_path ${PROJECT_SOURCE_DIR}/test/static/corpus/${FUZZ_PREFIX})
92
if(EXISTS ${corpus_path})
93
list(APPEND LIBFUZZER_OPTS_EFFECTIVE "${corpus_path}")
94
0 commit comments