From 3c941c613a398ca62a9852f5bd29c1400ceffb3a Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 16 Jan 2012 07:26:27 +0100 Subject: tests: Silence gtester in Makefile This prettifies make output a little by avoiding a very long line. As gtester prints the checks when they are run, no information is lost. Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile b/tests/Makefile index efde63a..55e8eb0 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -36,4 +36,4 @@ test-qmp-commands: test-qmp-commands.o $(qobject-obj-y) $(qapi-obj-y) $(tools-ob .PHONY: check check: $(CHECKS) - gtester $(CHECKS) + $(call quiet-command, gtester $(CHECKS), " CHECK") -- cgit v1.1