oak: Correct path fix (#6849)

This commit is contained in:
rbehjati 2021-11-18 11:22:30 +00:00 committed by GitHub
parent 6a521b085b
commit d36ec59cb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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%.*})