diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2018-07-06 17:07:19 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-07-08 21:27:48 +0200 |
commit | c98c0d913e3720e61f42d1fabc56a12a73a612ae (patch) | |
tree | 9482a8cbf222359d08288b24638b63a354867a27 /coverage/scripts/run-test.sh | |
parent | 42b655f3cbd208fe31f634d9249f24f9cc712237 (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/scripts/run-test.sh')
-rwxr-xr-x | coverage/scripts/run-test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coverage/scripts/run-test.sh b/coverage/scripts/run-test.sh index 26ade877..34c2d303 100755 --- a/coverage/scripts/run-test.sh +++ b/coverage/scripts/run-test.sh @@ -14,6 +14,7 @@ valgrind \ --trace-children=no \ --track-fds=yes \ --leak-check=full \ + --show-leak-kinds=all \ $R/bin/afb-daemon-cov \ --verbose \ --verbose \ |