From 6486d0bff94f2db1f4ef3d2830fe196a2c35175d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 4 Jul 2022 16:12:24 +0200 Subject: build: Do not use coverage for librtemstest The goal is to get code and branch coverage from actual tests and not the test support itself. --- spec/build/cpukit/libdebugger.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'spec/build/cpukit/libdebugger.yml') diff --git a/spec/build/cpukit/libdebugger.yml b/spec/build/cpukit/libdebugger.yml index 3075ca1f9a..bc9db7b8d6 100644 --- a/spec/build/cpukit/libdebugger.yml +++ b/spec/build/cpukit/libdebugger.yml @@ -1,10 +1,12 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause build-type: library -cflags: [] +cflags: +- ${COVERAGE_COMPILER_FLAGS} copyrights: - Copyright (C) 2020 embedded brains GmbH & Co. KG cppflags: [] -cxxflags: [] +cxxflags: +- ${COVERAGE_COMPILER_FLAGS} enabled-by: BUILD_LIBDEBUGGER includes: [] install: [] -- cgit v1.2.3