Add test target

This commit is contained in:
Matt Green 2016-10-26 16:29:20 -04:00
parent 72a448b6e4
commit 0631a98429
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ release: src/* Cargo.toml
clean:
@cargo clean
test:
@cargo test
install: release
@cp target/release/watchexec /usr/bin