From 17d8d076ecb2eb8cdd694f4470a0d92f48b5f47e Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Wed, 30 Jun 2021 15:05:44 +0200 Subject: [PATCH] make test target --- implementations/rust/preserves/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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