changed the fuzzing script to use the makefile

This commit is contained in:
cozis
2022-05-21 23:01:51 +02:00
parent 5194a9082e
commit 784914c7e6
+1 -1
View File
@@ -1,4 +1,4 @@
./build.sh --fuzzing make CC=afl-clang-fast
export AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES=1 export AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES=1
export AFL_SKIP_CPUFREQ=1 export AFL_SKIP_CPUFREQ=1
afl-fuzz -i examples/ -o out -m none -d -- ./build/noja run @@ afl-fuzz -i examples/ -o out -m none -d -- ./build/noja run @@