fuzz: make hongfuzz fuzzing the default feature

This way you can run `cargo clippy --all` in the root, and `cargo hfuzz
run` without modification.
This commit is contained in:
Andrew Poelstra 2023-03-22 14:13:23 +00:00
parent 6f754df231
commit ab467cb091
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ publish = false
cargo-fuzz = true
[features]
default = ["honggfuzz_fuzz"]
afl_fuzz = ["afl"]
honggfuzz_fuzz = ["honggfuzz"]

View File

@ -20,6 +20,7 @@ publish = false
cargo-fuzz = true
[features]
default = ["honggfuzz_fuzz"]
afl_fuzz = ["afl"]
honggfuzz_fuzz = ["honggfuzz"]