For 'make check-verbose' run fuzzers with -verbose=1

This is the default for libFuzzer but not for the stub fuzzer lib.
This commit is contained in:
Todd C. Miller
2022-03-03 10:45:56 -07:00
parent ecaa8ab428
commit c131b27474
7 changed files with 26 additions and 22 deletions

View File

@@ -240,7 +240,7 @@ check: $(TEST_PROGS) check-fuzzer
fi
check-verbose:
exec $(MAKE) $(MFLAGS) TEST_VERBOSE=-v check
exec $(MAKE) $(MFLAGS) TEST_VERBOSE=-v FUZZ_VERBOSE=-verbosity=1 check
update_test_data: $(TEST_PROGS)
@if test X"$(cross_compiling)" != X"yes"; then \