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:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user