mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-02-04 12:41:34 +00:00
Enable an individual testsuite only through the corresponding enable. Use BUILD_TESTS to change the default value of the individual testsuite enable options. This allows the user to enable all testsuites with specific exceptions. For example, this builds all testsuites except the benchmarks: [arch/bsp] BUILD_TESTS = True BUILD_BENCHMARKS = False
82 lines
1.6 KiB
YAML
82 lines
1.6 KiB
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
build-type: group
|
|
cflags:
|
|
- ${TEST_OPTIMIZATION_FLAGS}
|
|
copyrights:
|
|
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
|
cppflags: []
|
|
cxxflags:
|
|
- ${TEST_OPTIMIZATION_FLAGS}
|
|
enabled-by: true
|
|
includes:
|
|
- ${BSP_INCLUDES}
|
|
install: []
|
|
ldflags:
|
|
- ${COVERAGE_LINKER_FLAGS}
|
|
links:
|
|
- role: build-dependency
|
|
uid: optall
|
|
- role: build-dependency
|
|
uid: optada
|
|
- role: build-dependency
|
|
uid: optbenchmarks
|
|
- role: build-dependency
|
|
uid: optfs
|
|
- role: build-dependency
|
|
uid: optlib
|
|
- role: build-dependency
|
|
uid: optmp
|
|
- role: build-dependency
|
|
uid: optpsx
|
|
- role: build-dependency
|
|
uid: optpsxtm
|
|
- role: build-dependency
|
|
uid: optrhs
|
|
- role: build-dependency
|
|
uid: optsamples
|
|
- role: build-dependency
|
|
uid: optsmp
|
|
- role: build-dependency
|
|
uid: optsp
|
|
- role: build-dependency
|
|
uid: opttm
|
|
- role: build-dependency
|
|
uid: optunit
|
|
- role: build-dependency
|
|
uid: optvalidation
|
|
- role: build-dependency
|
|
uid: ada/grp
|
|
- role: build-dependency
|
|
uid: benchmarks/grp
|
|
- role: build-dependency
|
|
uid: fstests/grp
|
|
- role: build-dependency
|
|
uid: libtests/grp
|
|
- role: build-dependency
|
|
uid: mptests/grp
|
|
- role: build-dependency
|
|
uid: psxtests/grp
|
|
- role: build-dependency
|
|
uid: psxtmtests/grp
|
|
- role: build-dependency
|
|
uid: rhealstone/grp
|
|
- role: build-dependency
|
|
uid: samples/grp
|
|
- role: build-dependency
|
|
uid: smptests/grp
|
|
- role: build-dependency
|
|
uid: sptests/grp
|
|
- role: build-dependency
|
|
uid: tmtests/grp
|
|
- role: build-dependency
|
|
uid: unit/grp
|
|
- role: build-dependency
|
|
uid: validation/grp
|
|
- role: build-dependency
|
|
uid: testopts
|
|
type: build
|
|
use-after:
|
|
- rtemscpu
|
|
- rtemsbsp
|
|
use-before: []
|