make test target

This commit is contained in:
Tony Garnock-Jones 2021-06-30 15:05:44 +02:00
parent e882d5a4df
commit 17d8d076ec
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ TESTARGS=--lib --bins --examples --tests
watch:
cargo watch -c -x 'test $(TESTARGS) -- --nocapture'
test:
cargo test $(TESTARGS) -- --nocapture
bench: benches/testdata.bin
cargo bench --benches