Bootstrap DD3 Rust port workspace with host-first compatibility tests
This commit is contained in:
11
Makefile
Normal file
11
Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
.PHONY: test lint fuzz-smoke
|
||||
|
||||
test:
|
||||
cargo test --workspace
|
||||
|
||||
lint:
|
||||
cargo fmt --all -- --check
|
||||
cargo clippy --workspace --all-targets -- -D warnings
|
||||
|
||||
fuzz-smoke:
|
||||
@where cargo-fuzz >NUL 2>&1 && cargo fuzz run frame_decode -- -max_total_time=5 || echo cargo-fuzz not installed; skipping
|
||||
Reference in New Issue
Block a user