Add fuzz Makefile target and run fuzzer corpus in make check.
This commit is contained in:
@@ -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"; \
|
||||
|
Reference in New Issue
Block a user