]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
tests unit: print commands executed by make
authorPetr Špaček <petr.spacek@nic.cz>
Thu, 28 Jun 2018 11:46:57 +0000 (13:46 +0200)
committerPetr Špaček <petr.spacek@nic.cz>
Thu, 28 Jun 2018 11:48:46 +0000 (13:48 +0200)
tests/unit.mk

index f53cdac62b10deab1e80efee4a5bf64343fb06cb..df3b878fa155157c96a1fbb1ba12dbef9655c478 100644 (file)
@@ -30,7 +30,7 @@ $(1)_LIBS := $(tests_LIBS)
 $(1)_DEPEND := $(tests_DEPEND)
 $(call make_bin,$(1),tests)
 $(1): $$($(1))
-       @$(shell ./scripts/coverage_env.sh "$(TOPSRCDIR)" "$(COVERAGE_STATSDIR)/tests_unit" "$(1)") $(preload_syms) $(DEBUGGER) $$<
+       $(shell ./scripts/coverage_env.sh "$(TOPSRCDIR)" "$(COVERAGE_STATSDIR)/tests_unit" "$(1)") $(preload_syms) $(DEBUGGER) $$<
 .PHONY: $(1)
 endef