summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/grp.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-06-27 11:28:34 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-07-04 08:29:52 +0200
commita13047ca0e965136815a77ee2651d5e7821b59f7 (patch)
treef82623a51ad4b3333e108661c9a2b434d60b8043 /spec/build/testsuites/grp.yml
parentbuild: Fix optimization flags definition order (diff)
downloadrtems-a13047ca0e965136815a77ee2651d5e7821b59f7.tar.bz2
build: Allow separate optimization flags
Allow separate optimization flags for the BSP, cpukit, and tests. For example, the BSP and cpukit may be built without optimization if coverage instrumentation is enabled, however, the tests may still use optimization. Update #4670.
Diffstat (limited to '')
-rw-r--r--spec/build/testsuites/grp.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/spec/build/testsuites/grp.yml b/spec/build/testsuites/grp.yml
index 82c7b87f2e..18c8ccd4d8 100644
--- a/spec/build/testsuites/grp.yml
+++ b/spec/build/testsuites/grp.yml
@@ -1,10 +1,12 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: group
-cflags: []
+cflags:
+- ${TEST_OPTIMIZATION_FLAGS}
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
cppflags: []
-cxxflags: []
+cxxflags:
+- ${TEST_OPTIMIZATION_FLAGS}
enabled-by: true
includes:
- ${BSP_INCLUDES}