chirpstack/lrwn/Makefile
Orne Brocaar 0679f10fad Add feature flags to lrwn crate.
This avoids pulling and building unnecessary dependencies for simple
use-cases.
2023-04-27 10:37:34 +01:00

8 lines
97 B
Makefile

.PHONY: test
# Runs the tests
test:
cargo fmt --check
cargo clippy
cargo test --all-features