Skip to content

Commit b0bad12

Browse files
committed
Add fuzz target to Makefile
1 parent 071637f commit b0bad12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ reset-db:
9898
./scripts/clone_test_db.sh
9999
.PHONY: reset-db
100100

101+
test-fuzz:
102+
RUST_LOG=$(RUST_LOG) cargo test -p core_tester --release -- fuzz
103+
.PHONY: test-fuzz
104+
101105
test-sqlite3: reset-db
102106
cargo test -p turso_sqlite3 --test compat -- --test-threads=1
103107
./scripts/clone_test_db.sh

0 commit comments

Comments
 (0)