Skip to content
Snippets Groups Projects
Commit a0859a0d authored by Toby Murray's avatar Toby Murray
Browse files

add PASSBOOK_FUZZ flag for cov testcase too

parent 1571dc22
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ CC=$(CLANG)
SAN_FLAGS ?= -fsanitize=address -fno-omit-frame-pointer -DPASSBOOK_FUZZ
FUZZ_FLAGS ?= -DPASSBOOK_LIBFUZZER -fsanitize=fuzzer,address -fno-omit-frame-pointer -DPASSBOOK_FUZZ
NO_STRICT_OVERFLOW_CFLAGS ?= -fwrapv -fno-strict-overflow -Wstrict-overflow
COV_FLAGS ?= -fprofile-instr-generate -fcoverage-mapping
COV_FLAGS ?= -fprofile-instr-generate -fcoverage-mapping -DPASSBOOK_FUZZ
default: $(TARGETS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment