mirror of
https://github.com/red0124/ssp.git
synced 2025-12-16 14:49:56 +01:00
[skip ci] Move fuzz to .github, update fuzz.yml
This commit is contained in:
7
.github/fuzz/makefile
vendored
Normal file
7
.github/fuzz/makefile
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
EXE=ssp_fuzz
|
||||
|
||||
all:
|
||||
clang++ ${CXXFLAGS} ssp_fuzz.cpp -fsanitize=fuzzer -std=c++17 -o ${EXE}
|
||||
|
||||
run:
|
||||
./${EXE} -max_total_time=900
|
||||
Reference in New Issue
Block a user