mirror of https://github.com/google/oss-fuzz.git
oak: Correct path fix (#6849)
This commit is contained in:
parent
6a521b085b
commit
d36ec59cb3
|
@ -25,9 +25,9 @@ then
|
|||
export CFLAGS=""
|
||||
fi
|
||||
|
||||
cargo fuzz build --release
|
||||
cargo-fuzz build --release --target-dir=fuzz/target
|
||||
|
||||
FUZZ_TARGET_OUTPUT_DIR=../target/x86_64-unknown-linux-gnu/release
|
||||
FUZZ_TARGET_OUTPUT_DIR=fuzz/target/x86_64-unknown-linux-gnu/release
|
||||
for f in fuzz/fuzz_targets/*.rs
|
||||
do
|
||||
FUZZ_TARGET_NAME=$(basename ${f%.*})
|
||||
|
|
Loading…
Reference in New Issue