Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e42bbeb

Browse files
Setup for cifuzz spark
1 parent fab1f46 commit e42bbeb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

‎CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,3 +284,4 @@ add_subdirectory(fuzzing)
284284
add_fuzz_test(fuzz fuzz.cpp)
285285
target_link_libraries(fuzz PRIVATE ${CJSON_LIB})
286286

287+
add_subdirectory(cifuzz-spark)

‎cifuzz-spark/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#cifuzz:build-template:begin
2+
#add_fuzz_test({{ .FuzzTestName }} {{ .FileName }})
3+
#target_include_directories({{ .FuzzTestName }} PRIVATE ${PROJECT_SOURCE_DIR})
4+
#target_link_libraries({{ .FuzzTestName }} PRIVATE ${CJSON_LIB})
5+
#cifuzz:build-template:end

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /