From 4a8f4b7202b367759864119d78733128fe4d3d5f Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 9 Dec 2021 16:24:46 +0100 Subject: 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. --- spec/build/testsuites/validation/grp.yml | 2 ++ .../validation/validation-smp-one-cpu-0.yml | 20 ++++++++++++++++++++ .../testsuites/validation/validation-smp-only-0.yml | 2 ++ 3 files changed, 24 insertions(+) create mode 100644 spec/build/testsuites/validation/validation-smp-one-cpu-0.yml (limited to 'spec/build/testsuites') 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 @@ -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 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 -- cgit v1.2.3