Skip to content

Commit 9e99475

Browse files
committed
Some general improvements to accountsdb fuzzer
1 parent a5b2564 commit 9e99475

File tree

2 files changed

+133
-134
lines changed

2 files changed

+133
-134
lines changed

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ pub fn build(b: *Build) !void {
360360
.link_libc = true,
361361
}),
362362
});
363+
fuzz_exe.root_module.addImport("cli", cli_mod);
363364
switch (config.ledger_db) {
364365
.rocksdb => fuzz_exe.root_module.addImport("rocksdb", rocksdb_mod),
365366
.hashmap => {},

0 commit comments

Comments
 (0)