Skip to content

Commit ccd4f12

Browse files
committed
Pre-build fuzz targets at once in travis instead of as we need them
1 parent be677dc commit ccd4f12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fuzz/travis-fuzz.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ rm *_target.rs
1313
popd
1414

1515
cargo install --force honggfuzz
16+
HFUZZ_BUILD_ARGS="--features honggfuzz_fuzz" cargo hfuzz build
1617
for TARGET in src/bin/*.rs; do
1718
FILENAME=$(basename $TARGET)
1819
FILE="${FILENAME%.*}"

0 commit comments

Comments
 (0)