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/.gitignore | |
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/.gitignore')
-rw-r--r-- | coverage/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/coverage/.gitignore b/coverage/.gitignore new file mode 100644 index 00000000..43d04cb6 --- /dev/null +++ b/coverage/.gitignore @@ -0,0 +1,3 @@ +lcov-out.info +report/ +valgrind.out |