Skip to content

Commit

Permalink
fuzz: use a shorter target name
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Jul 16, 2024
1 parent 5966395 commit aacd0c5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ bench:
# NOTE: running in `--dev` as release build takes over 64GB memory, but
# dev is still configured for opt-level=3
fuzz-txs-mempool:
$(cargo) +$(nightly) fuzz run fuzz_txs_mempool --dev
$(cargo) +$(nightly) fuzz run txs_mempool --dev

build-doc:
$(cargo) doc --no-deps
Expand Down
2 changes: 0 additions & 2 deletions fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ lazy_static.workspace = true
libfuzzer-sys = "0.4"

[[bin]]
name = "fuzz_txs_mempool"
path = "fuzz_targets/fuzz_txs_mempool.rs"
test = false
doc = false
bench = false
File renamed without changes.

0 comments on commit aacd0c5

Please sign in to comment.