From d1eace7b93ae8fd0332335069562b1b28a22a9a8 Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Sat, 13 Dec 2025 22:58:42 +0000 Subject: [PATCH] Improved warning message --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 983a645..9652b2d 100644 --- a/test/Makefile +++ b/test/Makefile @@ -18,7 +18,7 @@ endif all: ${RUNCMD} true - ${GCOVRCMD} + @${GCOVRCMD} clean: ${CLEANCMD} true