[skip ci] Move fuzz to .github, update fuzz.yml

This commit is contained in:
ado
2024-03-03 16:22:52 +01:00
parent 1b6277f6d5
commit 813f6cd616
5 changed files with 13 additions and 11 deletions

7
.github/fuzz/makefile vendored Normal file
View 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