From c98c0d913e3720e61f42d1fabc56a12a73a612ae Mon Sep 17 00:00:00 2001 From: Jose Bollo Date: Fri, 6 Jul 2018 17:07:19 +0200 Subject: coverage: Improve testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add test of bindings v2 - Distinguish between clean and cleanall - More valgrind ouput Change-Id: If929756d9d35ddb959b46f7330cbf318301d532e Signed-off-by: José Bollo --- coverage/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'coverage/Makefile') diff --git a/coverage/Makefile b/coverage/Makefile index 219321c7..3f5f3ce3 100644 --- a/coverage/Makefile +++ b/coverage/Makefile @@ -8,11 +8,13 @@ all: report binaries: make -C bin -w binaries -.PHONY: clean +.PHONY: clean cleanall clean: make -C bin -w clean - rm -rf lcov-out.info report + +cleanall: clean + rm -rf lcov-out.info report valgrind.out .PHONY: test -- cgit 1.2.3-korg