summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit/librtemscxx.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-07-04 16:12:24 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-11-03 08:53:59 +0100
commit6486d0bff94f2db1f4ef3d2830fe196a2c35175d (patch)
treeff1917ae88866da52ca616b7ab771963f0f918cd /spec/build/cpukit/librtemscxx.yml
parentbsps/leon3: Install header files (diff)
downloadrtems-6486d0bff94f2db1f4ef3d2830fe196a2c35175d.tar.bz2
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.
Diffstat (limited to 'spec/build/cpukit/librtemscxx.yml')
-rw-r--r--spec/build/cpukit/librtemscxx.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/build/cpukit/librtemscxx.yml b/spec/build/cpukit/librtemscxx.yml
index 3803963470..97d65a1599 100644
--- a/spec/build/cpukit/librtemscxx.yml
+++ b/spec/build/cpukit/librtemscxx.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 Chris Johns (http://contemporary.software)
cppflags: []
cxxflags:
+- ${COVERAGE_COMPILER_FLAGS}
- -std=c++17
enabled-by: true
includes: []