Fuzz local storage test

This commit is contained in:
Andrea Spacca
2019-08-31 11:41:34 +02:00
parent b40e9d1fb8
commit 8c5ef8f2e1
3 changed files with 69 additions and 109 deletions

View File

@ -30,6 +30,4 @@ function fuzz {
clang -fsanitize=fuzzer fuzzer.a -o fuzzer
./fuzzit create job --type $TYPE $NAME/$TARGET fuzzer
}
fuzz Profile profile
fuzz HTTP http
fuzz HTTPS https
fuzz LocalStorage local-storage