aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eunit.mk
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/eunit.mk')
-rw-r--r--plugins/eunit.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/eunit.mk b/plugins/eunit.mk
index 79add79..2adf4a6 100644
--- a/plugins/eunit.mk
+++ b/plugins/eunit.mk
@@ -13,7 +13,7 @@ EUNIT_OPTS ?=
tests:: eunit
help::
- @printf "%s\n" "" \
+ $(verbose) printf "%s\n" "" \
"EUnit targets:" \
" eunit Run all the EUnit tests for this project"