diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2018-07-12 10:59:48 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-07-24 16:28:32 +0200 |
commit | e17ae412245ba9afb33ff6a0f1f665b4d66d4da4 (patch) | |
tree | 698628c58b541007033ede6b4343dae921214da6 /coverage/.gitignore | |
parent | 4c0f6ce66c66d39dc61ec661d88277c51d2fd9ae (diff) |
coverage and test: Add tests
coverage values:
- lines: 70.5 %
- functions: 76.3 %
Change-Id: Iaf802e84bbfa57502bbbac8c3b567b14c01608b6
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'coverage/.gitignore')
-rw-r--r-- | coverage/.gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/coverage/.gitignore b/coverage/.gitignore index 43d04cb6..69f6ea4f 100644 --- a/coverage/.gitignore +++ b/coverage/.gitignore @@ -1,3 +1,14 @@ lcov-out.info report/ valgrind.out +bin/bugs +run-test.output +bin/afb-client +bin/afb-daemon-cov +bin/test-apiset +bin/test-session +bin/test-wrap-json +*.o +*.so +*.gcda +*.gcno |