aboutsummaryrefslogtreecommitdiffstats
path: root/coverage/Makefile
diff options
context:
space:
mode:
authorJose Bollo <jose.bollo@iot.bzh>2018-07-06 17:07:19 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2018-07-08 21:27:48 +0200
commitc98c0d913e3720e61f42d1fabc56a12a73a612ae (patch)
tree9482a8cbf222359d08288b24638b63a354867a27 /coverage/Makefile
parent42b655f3cbd208fe31f634d9249f24f9cc712237 (diff)
coverage: Improve testing
- Add test of bindings v2 - Distinguish between clean and cleanall - More valgrind ouput Change-Id: If929756d9d35ddb959b46f7330cbf318301d532e Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'coverage/Makefile')
-rw-r--r--coverage/Makefile6
1 files changed, 4 insertions, 2 deletions
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