run-watch Makefile target

This commit is contained in:
Tony Garnock-Jones 2019-10-16 14:15:20 +01:00
parent 34909828eb
commit 5b3eec0c95
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
watch:
cargo watch -c -x check -x 'test -- --nocapture'
run-watch:
cargo watch -c -x run
inotifytest:
inotifytest sh -c 'reset; cargo build && RUST_BACKTRACE=1 cargo test -- --nocapture'