Fuzzing: Run serializer too

This commit is contained in:
Benoit Blanchon
2017-02-19 21:41:12 +01:00
parent 797ea356ef
commit 20431debe0
2 changed files with 5 additions and 2 deletions

View File

@ -6,4 +6,4 @@ export CXX='clang++'
export CXXFLAGS='-fsanitize-coverage=trace-pc-guard -fsanitize=address'
export LIB_FUZZING_ENGINE=-lFuzzer
make OUT=.
./json_fuzzer my_corpus seed_corpus
./json_fuzzer my_corpus seed_corpus -max_len=1024 -timeout=10