preserves/implementations/rust/Makefile

7 lines
185 B
Makefile
Raw Normal View History

# cargo install cargo-watch
watch:
2019-09-19 20:34:40 +00:00
cargo watch -c -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'