mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 02:27:35 +00:00
Lagom: Add a markdown fuzzer
This commit is contained in:
parent
417caeb14a
commit
c22790adb2
3 changed files with 50 additions and 1 deletions
|
@ -7,3 +7,13 @@ target_link_libraries(FuzzJs
|
|||
PUBLIC Lagom
|
||||
PRIVATE $<$<C_COMPILER_ID:Clang>:-fsanitize=fuzzer>
|
||||
)
|
||||
|
||||
add_executable(FuzzMarkdown FuzzMarkdown.cpp)
|
||||
target_compile_options(FuzzMarkdown
|
||||
PRIVATE $<$<C_COMPILER_ID:Clang>:-g -O1 -fsanitize=fuzzer>
|
||||
)
|
||||
|
||||
target_link_libraries(FuzzMarkdown
|
||||
PUBLIC Lagom
|
||||
PRIVATE $<$<C_COMPILER_ID:Clang>:-fsanitize=fuzzer>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue