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:
Todd C. Miller
2021-03-18 16:48:19 -06:00
parent 6eff3b313b
commit dfff132122
19 changed files with 200 additions and 10 deletions

View File

@@ -220,6 +220,8 @@ realclean: distclean
cleandir: realclean
fuzz:
check-fuzzer:
check: $(TEST_PROGS) check-fuzzer