preserves/implementations/rust/Makefile

7 lines
182 B
Makefile
Raw Normal View History

# cargo install cargo-watch
watch:
cargo watch -x check -x 'test -- --nocapture'
2019-06-29 22:02:27 +00:00
inotifytest:
inotifytest sh -c 'reset; cargo build && RUST_BACKTRACE=1 cargo test -- --nocapture'