From 464829e11f5d6d63019ec167e2e1b1b7c0061f0a Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 6 Jul 2020 14:32:07 +0800 Subject: Make interactive mode optional, allow selection of backend for windows, unix --- Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8063dcb..eda6156 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,14 @@ profile: target/release/dua ## run callgrind and annotate its output - linux onl benchmark: target/release/dua ## see how fast things are, powered by hyperfine hyperfine '$<' -tests: unit-tests journey-tests ## run all tests +tests: check unit-tests journey-tests ## run all tests + +check:## run all unit tests + cargo check --all + cargo check --all-features + cargo check --no-default-features + cargo check --features tui-unix + cargo check --features tui-crossplatform unit-tests: ## run all unit tests cargo test --all -- cgit v1.2.3