summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-06-05 08:03:49 +0530
committerSebastian Thiel <sthiel@thoughtworks.com>2019-06-05 08:03:49 +0530
commitb0a02d30f97d15e0c6fc19e5f4f7b8c56500ff7a (patch)
tree565cd8063fd574f8d3a8980545b7d8696201715b /Makefile
parent80f01dbfcce5c5c6d482a47d9f04fd5a0f8e75c0 (diff)
move application tests closer to... the application. Nice!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bbc8b73..68d5824 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ benchmark: target/release/dua
tests: unit-tests journey-tests
unit-tests:
- cargo test --test interactive
+ cargo test --bin dua
continuous-unit-tests:
watchexec $(MAKE) unit-tests