forked from Imagelibrary/rtems
For uniprocessor configurations, the selection of RTEMS_MULTIPROCESSOR_RESOURCE_SHARING results in a priority ceiling mutex. Build the MrsP validation tests only if RTEMS_SMP is enabled. Update #3716.
17 lines
388 B
YAML
17 lines
388 B
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
build-type: objects
|
|
cflags: []
|
|
copyrights:
|
|
- Copyright (C) 2023 embedded brains GmbH & Co. KG
|
|
cppflags: []
|
|
cxxflags: []
|
|
enabled-by: RTEMS_SMP
|
|
includes: []
|
|
install: []
|
|
links: []
|
|
source:
|
|
- testsuites/validation/tr-tq-enqueue-mrsp.c
|
|
- testsuites/validation/tr-tq-surrender-mrsp.c
|
|
- testsuites/validation/tr-tq-timeout-mrsp.c
|
|
type: build
|