syndicate-rs/Makefile

7 lines
182 B
Makefile
Raw Normal View History

2019-09-17 13:28:51 +00:00
# cargo install cargo-watch
watch:
cargo watch -x check -x 'test -- --nocapture'
inotifytest:
inotifytest sh -c 'reset; cargo build && RUST_BACKTRACE=1 cargo test -- --nocapture'