mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
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.
This commit is contained in:
@@ -2,13 +2,11 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
build-type: group
|
||||
cflags:
|
||||
- ${CPUKIT_OPTIMIZATION_FLAGS}
|
||||
- ${COVERAGE_COMPILER_FLAGS}
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
||||
cppflags: []
|
||||
cxxflags:
|
||||
- ${CPUKIT_OPTIMIZATION_FLAGS}
|
||||
- ${COVERAGE_COMPILER_FLAGS}
|
||||
enabled-by: true
|
||||
includes: []
|
||||
install: []
|
||||
|
||||
@@ -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: []
|
||||
|
||||
@@ -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: true
|
||||
includes: []
|
||||
install:
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
build-type: library
|
||||
cflags:
|
||||
- ${COVERAGE_COMPILER_FLAGS}
|
||||
- -Wno-pointer-sign
|
||||
copyrights:
|
||||
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
||||
cppflags: []
|
||||
cxxflags: []
|
||||
cxxflags:
|
||||
- ${COVERAGE_COMPILER_FLAGS}
|
||||
enabled-by: true
|
||||
includes:
|
||||
- cpukit/libfs/src/jffs2/include
|
||||
|
||||
@@ -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: true
|
||||
includes: []
|
||||
install:
|
||||
|
||||
@@ -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: true
|
||||
includes: []
|
||||
install:
|
||||
|
||||
@@ -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: []
|
||||
|
||||
@@ -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: true
|
||||
includes: []
|
||||
install: []
|
||||
|
||||
@@ -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: true
|
||||
includes:
|
||||
- cpukit/libnetworking
|
||||
|
||||
@@ -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, 2022 embedded brains GmbH & Co. KG
|
||||
cppflags: []
|
||||
cxxflags: []
|
||||
cxxflags:
|
||||
- ${COVERAGE_COMPILER_FLAGS}
|
||||
enabled-by: true
|
||||
includes:
|
||||
- cpukit/libnetworking
|
||||
|
||||
@@ -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: true
|
||||
includes: []
|
||||
install:
|
||||
|
||||
Reference in New Issue
Block a user