mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 02:27:35 +00:00
Lagom: Add a gemini fuzzer
Didn't find anything interesting, but might as well check it in.
This commit is contained in:
parent
8ed83f9a1d
commit
d775dea13c
2 changed files with 47 additions and 0 deletions
|
@ -16,6 +16,15 @@ target_link_libraries(FuzzELF
|
|||
PRIVATE $<$<C_COMPILER_ID:Clang>:-fsanitize=fuzzer>
|
||||
)
|
||||
|
||||
add_executable(FuzzGemini FuzzGemini.cpp)
|
||||
target_compile_options(FuzzGemini
|
||||
PRIVATE $<$<C_COMPILER_ID:Clang>:-g -O1 -fsanitize=fuzzer>
|
||||
)
|
||||
target_link_libraries(FuzzGemini
|
||||
PUBLIC Lagom
|
||||
PRIVATE $<$<C_COMPILER_ID:Clang>:-fsanitize=fuzzer>
|
||||
)
|
||||
|
||||
add_executable(FuzzJs FuzzJs.cpp)
|
||||
target_compile_options(FuzzJs
|
||||
PRIVATE $<$<C_COMPILER_ID:Clang>:-g -O1 -fsanitize=fuzzer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue