diff --git a/implementations/rust/preserves/Makefile b/implementations/rust/preserves/Makefile index e57dad7..9c8a8f9 100644 --- a/implementations/rust/preserves/Makefile +++ b/implementations/rust/preserves/Makefile @@ -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