Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
XuJiandong committed May 9, 2024
1 parent dc11758 commit 5212231
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fuzzing/c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ LLVM_PROFDATA=llvm-profdata-16
LLVM_COV=llvm-cov-16
CORPUS_DIR=corpus

FUZZER_FLAGS=-g -O1 -fsanitize=fuzzer,address,undefined -I ../bindings/c/include -I .
FUZZER_FLAGS=-g -O1 -fsanitize=fuzzer,address,undefined -I ../../bindings/c/include -I .

COVERAGE_DIR=coverage_dir
COVERAGE_FLAGS=-g -fprofile-instr-generate -fcoverage-mapping -I ../bindings/c/include -I .
COVERAGE_FLAGS=-g -fprofile-instr-generate -fcoverage-mapping -I ../../bindings/c/include -I .

EXTERNAL_HEADERS=./fuzzer_func.h ../bindings/c/include/molecule_reader.h
EXTERNAL_HEADERS=./fuzzer_func.h ../../bindings/c/include/molecule_reader.h

all: fuzzer coverage

Expand Down

0 comments on commit 5212231

Please sign in to comment.