Meson/LCOV: Fix wrong code coverage ratio for ml-agent sources
authorWook Song <wook16.song@samsung.com>
Thu, 30 Mar 2023 05:05:20 +0000 (14:05 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Mon, 3 Apr 2023 05:02:38 +0000 (14:02 +0900)
commit2c97f47aa03858889c4d2c70e199c0d411fdf36b
treee9df281311e6cd0cac481f77a802dc719e24659c
parentdce8a90097e5db19c665c66fd25c06a99629a0d0
Meson/LCOV: Fix wrong code coverage ratio for ml-agent sources

The changes in 2b1df86 make two sets of object files for the
'machine-learning-agent' and 'machine-learning-agent-test' executables,
which leads to the wrong code coverage ratio for the ml-agent daemon
source files. This patch fixes it.

Signed-off-by: Wook Song <wook16.song@samsung.com>
daemon/meson.build
tests/meson.build