mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
23 lines
516 B
YAML
23 lines
516 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 & Co. KG
|
|
cppflags: []
|
|
cxxflags: []
|
|
enabled-by:
|
|
not: RTEMS_SMP
|
|
features: c cprogram
|
|
includes: []
|
|
ldflags: []
|
|
links: []
|
|
source:
|
|
- testsuites/validation/tc-intr-non-smp.c
|
|
- testsuites/validation/tc-scheduler-non-smp.c
|
|
- testsuites/validation/ts-validation-non-smp.c
|
|
stlib: []
|
|
target: testsuites/validation/ts-validation-non-smp.exe
|
|
type: build
|
|
use-after: []
|
|
use-before: []
|