diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-04-30 22:38:28 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-04-30 22:38:55 +0200 |
commit | 216666e45478353333909b6ec35374231ff75af7 (patch) | |
tree | 3c4d7aa4a6419f6e777ade46ec528c9e094a6f0d /coverage/.gitignore | |
parent | d00bfe9410cfcaeb247ba68a88144defb5184ac9 (diff) |
coverage: Allow to run coverage everywhere
Coverage presumed that an available afb-daemon without
coverage instrumentation was available in the PATH.
This fix that problem by compiling that requirement.
Bug-AGL: SPEC-1130
Change-Id: Ic3435d73e830d630bef63dfb8e9b2ff9f1bf043c
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'coverage/.gitignore')
-rw-r--r-- | coverage/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coverage/.gitignore b/coverage/.gitignore index a5854309..f0d02b07 100644 --- a/coverage/.gitignore +++ b/coverage/.gitignore @@ -5,6 +5,7 @@ bin/bugs run-test.output bin/afb-client bin/afb-daemon-cov +bin/afb-daemon-nocov bin/test-apiset bin/test-session bin/test-wrap-json |