summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-12-09 16:24:46 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-03-24 11:10:49 +0100
commit4a8f4b7202b367759864119d78733128fe4d3d5f (patch)
tree3055acf0c38426d139824d6282c890cce3cda81a /spec/build/testsuites
parentvalidation: Test scheduler operations (diff)
downloadrtems-4a8f4b7202b367759864119d78733128fe4d3d5f.tar.bz2
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.
Diffstat (limited to 'spec/build/testsuites')
-rw-r--r--spec/build/testsuites/validation/grp.yml2
-rw-r--r--spec/build/testsuites/validation/validation-smp-one-cpu-0.yml20
-rw-r--r--spec/build/testsuites/validation/validation-smp-only-0.yml2
3 files changed, 24 insertions, 0 deletions
diff --git a/spec/build/testsuites/validation/grp.yml b/spec/build/testsuites/validation/grp.yml
index 6541aff183..e955eb9e40 100644
--- a/spec/build/testsuites/validation/grp.yml
+++ b/spec/build/testsuites/validation/grp.yml
@@ -55,6 +55,8 @@ links:
- 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
uid: validation-smp-only-1
diff --git a/spec/build/testsuites/validation/validation-smp-one-cpu-0.yml b/spec/build/testsuites/validation/validation-smp-one-cpu-0.yml
new file mode 100644
index 0000000000..e1aa3b474c
--- /dev/null
+++ b/spec/build/testsuites/validation/validation-smp-one-cpu-0.yml
@@ -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: []
diff --git a/spec/build/testsuites/validation/validation-smp-only-0.yml b/spec/build/testsuites/validation/validation-smp-only-0.yml
index 33f3b3ab6a..bf2063fb44 100644
--- a/spec/build/testsuites/validation/validation-smp-only-0.yml
+++ b/spec/build/testsuites/validation/validation-smp-only-0.yml
@@ -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