Files
rtems/spec/build/testsuites/optvalidation.yml
Sebastian Huber 963327eaf3 build: Improve testsuite build selection
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
2023-11-02 13:34:22 +01:00

19 lines
423 B
YAML

SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
- get-boolean: null
- env-enable: null
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
default:
- enabled-by: BUILD_TESTS
value: true
- enabled-by: true
value: false
description: |
Build the validation test programs (may be also enabled by BUILD_TESTS)
enabled-by: true
links: []
name: BUILD_VALIDATIONTESTS
type: build