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 ff680b6

Browse files
Setup for cifuzz spark
1 parent 4b6a876 commit ff680b6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

‎CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,3 +314,4 @@ endif()
314314
add_fuzz_test(fuzz fuzz.cpp)
315315
target_link_libraries(fuzz PRIVATE ${PROJECT_NAME})
316316

317+
add_subdirectory(cifuzz-spark)

‎cifuzz-spark/CMakeLists.txt

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

0 commit comments

Comments
(0)

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