This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
chirpstack
Watch
1
Star
0
Fork
0
You've already forked chirpstack
mirror of
https://github.com/chirpstack/chirpstack.git
synced
2024-12-19 13:17:55 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
2bc2dde0ba
chirpstack
/
lrwn
/
Makefile
8 lines
97 B
Makefile
Raw
Normal View
History
Unescape
Escape
Initial commit.
2022-04-06 20:18:32 +00:00
.PHONY
:
test
# Runs the tests
test
:
cargo fmt --check
cargo clippy
Add feature flags to lrwn crate. This avoids pulling and building unnecessary dependencies for simple use-cases.
2023-04-27 09:37:34 +00:00
cargo
test
--all-features
Reference in New Issue
Copy Permalink