From 216666e45478353333909b6ec35374231ff75af7 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Tue, 30 Apr 2019 22:38:28 +0200 Subject: coverage: Allow to run coverage everywhere MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- coverage/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'coverage/.gitignore') 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 -- cgit 1.2.3-korg