OSDN Git Service

contrib/plugins: add a drcov plugin
authorIvanov Arkady <arkadiy.ivanov@ispras.ru>
Fri, 4 Feb 2022 20:43:31 +0000 (20:43 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 9 Feb 2022 12:08:42 +0000 (12:08 +0000)
commit227b45dc4218516262cc892b661e5438e134cf2e
treef1a1266d218c0662391b3d562e2c0de3bb030a67
parent91d40327106c372760d09ffae93f91c24fcbbb6c
contrib/plugins: add a drcov plugin

This patch adds the ability to generate files in drcov format. Primary
goal this script is to have coverage logfiles thatwork in Lighthouse.

Signed-off-by: Ivanov Arkady <arkadiy.ivanov@ispras.ru>
Message-Id: <163491884553.304355.13246023070235438959.stgit@pc-System-Product-Name>
[AJB: use g_ptr_array instead of slist]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20220204204335.1689602-23-alex.bennee@linaro.org>
contrib/plugins/Makefile
contrib/plugins/drcov.c [new file with mode: 0644]