Add fuzz Makefile target and run fuzzer corpus in make check.

This commit is contained in:
Todd C. Miller
2021-02-08 04:56:17 -07:00
parent 30d9497eb6
commit 63a3f62547
21 changed files with 113 additions and 3 deletions

View File

@@ -218,6 +218,8 @@ realclean: distclean
cleandir: realclean
fuzz:
check: $(TEST_PROGS)
@if test X"$(cross_compiling)" != X"yes"; then \
./check_python_examples ".libs/python_plugin.so"; \