forked from Imagelibrary/rtems
validation: Test SMP-specific aspects
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.
This commit is contained in:
@@ -54,6 +54,8 @@ links:
|
||||
uid: validation-one-cpu-0
|
||||
- role: build-dependency
|
||||
uid: validation-one-cpu-1
|
||||
- role: build-dependency
|
||||
uid: validation-smp-one-cpu-0
|
||||
- role: build-dependency
|
||||
uid: validation-smp-only-0
|
||||
- role: build-dependency
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
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: RTEMS_SMP
|
||||
features: c cprogram
|
||||
includes: []
|
||||
ldflags: []
|
||||
links: []
|
||||
source:
|
||||
- testsuites/validation/tc-score-thread-smp-one-cpu.c
|
||||
- testsuites/validation/ts-validation-smp-one-cpu-0.c
|
||||
stlib: []
|
||||
target: testsuites/validation/ts-validation-smp-one-cpu-0.exe
|
||||
type: build
|
||||
use-after: []
|
||||
use-before: []
|
||||
@@ -20,6 +20,8 @@ source:
|
||||
- testsuites/validation/tc-sched-smp.c
|
||||
- testsuites/validation/tc-sched-smp-edf.c
|
||||
- testsuites/validation/tc-sched-smp-edf-set-affinity.c
|
||||
- testsuites/validation/tc-score-smp-per-cpu-jobs.c
|
||||
- testsuites/validation/tc-score-smp-thread.c
|
||||
- testsuites/validation/tc-score-tq-smp.c
|
||||
- testsuites/validation/tc-sem-smp.c
|
||||
- testsuites/validation/tc-sem-mrsp-obtain.c
|
||||
|
||||
Reference in New Issue
Block a user