enhanced build script, added script that starts fuzz testing using afl and one to test coverage
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
./build.sh --fuzzing
|
||||
export AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES=1
|
||||
export AFL_SKIP_CPUFREQ=1
|
||||
afl-fuzz -i examples/ -o out -m none -d -- ./build/noja run @@
|
||||
Reference in New Issue
Block a user