tests: make code coverage for unit tests optional 66/34466/2
authorOle Troan <ot@cisco.com>
Thu, 11 Nov 2021 18:22:12 +0000 (19:22 +0100)
committerOle Troan <ot@cisco.com>
Thu, 11 Nov 2021 18:33:37 +0000 (19:33 +0100)
commit9432340362a0eb8fe5ed39cdac0a907f0f50a461
treea19848f80c3b6cc3e094190acc324d89fe64e838
parentef2c0f177dd3c6ea174ed210f15567b08939db4a
tests: make code coverage for unit tests optional

Add a new cmake option VPP_BUILD_TESTS_WITH_COVERAGE to enable
building unittests with clang code coverage.

Type: improvement
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: I9cbe9e3031afdcd03bc8f9203d662b91677724ab
Signed-off-by: Ole Troan <ot@cisco.com>
src/CMakeLists.txt
src/plugins/nat/CMakeLists.txt
src/vat2/CMakeLists.txt