Add a new "fuzz" target that executes the fuzzers for 8192 runs each.
To run indefinately, set FUZZ_RUNS=-1, e.g. "make FUZZ_RUNS=-1 fuzz"
This commit is contained in:
@@ -220,6 +220,8 @@ realclean: distclean
|
||||
|
||||
cleandir: realclean
|
||||
|
||||
fuzz:
|
||||
|
||||
check-fuzzer:
|
||||
|
||||
check: $(TEST_PROGS) check-fuzzer
|
||||
|
Reference in New Issue
Block a user