forked from Imagelibrary/rtems
The test source code is generated from specification items by the "./spec2modules.py" script contained in the git://git.rtems.org/rtems-central.git Git repository. Please read the "How-To" section in the "Software Requirements Engineering" chapter of the RTEMS Software Engineering manual to get more information about the process. Update #3716.
29 lines
819 B
YAML
29 lines
819 B
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
build-type: test-program
|
|
cflags: []
|
|
copyrights:
|
|
- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
|
|
cppflags: []
|
|
cxxflags: []
|
|
enabled-by: true
|
|
features: c cprogram
|
|
includes: []
|
|
ldflags:
|
|
- -Wl,--wrap=_Scheduler_priority_Yield
|
|
links: []
|
|
source:
|
|
- testsuites/validation/tc-acfg-one-cpu.c
|
|
- testsuites/validation/tc-ratemon-cancel.c
|
|
- testsuites/validation/tc-ratemon-get-status.c
|
|
- testsuites/validation/tc-ratemon-period.c
|
|
- testsuites/validation/tc-ratemon-timeout.c
|
|
- testsuites/validation/tc-sem-delete.c
|
|
- testsuites/validation/tc-sem-uni.c
|
|
- testsuites/validation/tc-score-fatal.c
|
|
- testsuites/validation/ts-validation-one-cpu-0.c
|
|
stlib: []
|
|
target: testsuites/validation/ts-validation-one-cpu-0.exe
|
|
type: build
|
|
use-after: []
|
|
use-before: []
|