Skip to content

Commit

Permalink
executor: add fuzzing feature dependency
Browse files Browse the repository at this point in the history
Closes: diem#5489
  • Loading branch information
msmouse authored and bors-libra committed Aug 5, 2020
1 parent b31a7d4 commit 1b9691e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion execution/executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ libradb = { path = "../../storage/libradb", version = "0.1.0" }
compiled-stdlib = { path = "../../language/stdlib/compiled", version = "0.1.0" }
transaction-builder = { path = "../../language/transaction-builder", version = "0.1.0" }
vm-genesis = { path = "../../language/tools/vm-genesis", version = "0.1.0" }
storage-interface = { path = "../../storage/storage-interface", version = "0.1.0", features=["fuzzing"] }

[features]
default = []
fuzzing = ["consensus-types/fuzzing", "libra-crypto/fuzzing", "libra-types/fuzzing", "proptest"]
fuzzing = ["consensus-types/fuzzing", "libra-crypto/fuzzing", "libra-types/fuzzing", "proptest", "storage-interface/fuzzing"]

0 comments on commit 1b9691e

Please sign in to comment.