summaryrefslogtreecommitdiff
path: root/spec/build/cpukit/libftpfs.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-06-26 21:18:05 +0200
commite608572a52fd8c85ee3531742178de992c5ce212 (patch)
tree80552874843aea76e453b503378e9785a29240e4 /spec/build/cpukit/libftpfs.yml
parent9badc89ae1e9d23767c93aa8e117354c86cf39c8 (diff)
build: Do not use coverage for librtemstest
Diffstat (limited to 'spec/build/cpukit/libftpfs.yml')
-rw-r--r--spec/build/cpukit/libftpfs.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/spec/build/cpukit/libftpfs.yml b/spec/build/cpukit/libftpfs.yml
index fa8d421398..3fbef42f35 100644
--- a/spec/build/cpukit/libftpfs.yml
+++ b/spec/build/cpukit/libftpfs.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:
not: RTEMS_QUAL_ONLY
includes: []