chirpstack/lrwn-filters/Makefile
Orne Brocaar 21896e65d7 Add crate for PhyPayload filtering.
This can be used by the ChirpStack UDP and MQTT Forwarder.

See also:
https://github.com/chirpstack/chirpstack-mqtt-forwarder/issues/25
2023-04-27 12:51:33 +01:00

7 lines
96 B
Makefile

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