aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/triq.mk
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/triq.mk')
-rw-r--r--plugins/triq.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/triq.mk b/plugins/triq.mk
index 702491d..77775f6 100644
--- a/plugins/triq.mk
+++ b/plugins/triq.mk
@@ -28,11 +28,11 @@ endef
ifdef t
ifeq (,$(findstring :,$(t)))
triq: test-build
- @$(call erlang,$(call triq_check.erl,module,$(t)))
+ $(verbose) $(call erlang,$(call triq_check.erl,module,$(t)))
else
triq: test-build
- @echo Testing $(t)/0
- @$(call erlang,$(call triq_check.erl,function,$(t)()))
+ $(verbose) echo Testing $(t)/0
+ $(verbose) $(call erlang,$(call triq_check.erl,function,$(t)()))
endif
else
triq: test-build