summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites
diff options
context:
space:
mode:
Diffstat (limited to 'spec/build/testsuites')
-rw-r--r--spec/build/testsuites/smptests/grp.yml2
-rw-r--r--spec/build/testsuites/smptests/smpstart01.yml19
2 files changed, 21 insertions, 0 deletions
diff --git a/spec/build/testsuites/smptests/grp.yml b/spec/build/testsuites/smptests/grp.yml
index d6a1bf5c15..a6c89b9a12 100644
--- a/spec/build/testsuites/smptests/grp.yml
+++ b/spec/build/testsuites/smptests/grp.yml
@@ -125,6 +125,8 @@ links:
- role: build-dependency
uid: smpsignal01
- role: build-dependency
+ uid: smpstart01
+- role: build-dependency
uid: smpstrongapa01
- role: build-dependency
uid: smpswitchextension01
diff --git a/spec/build/testsuites/smptests/smpstart01.yml b/spec/build/testsuites/smptests/smpstart01.yml
new file mode 100644
index 0000000000..0cb9f07fae
--- /dev/null
+++ b/spec/build/testsuites/smptests/smpstart01.yml
@@ -0,0 +1,19 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+build-type: test-program
+cflags: []
+copyrights:
+- Copyright (C) 2022 embedded brains GmbH (http://www.embedded-brains.de)
+cppflags: []
+cxxflags: []
+enabled-by: RTEMS_SMP
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/smptests/smpstart01/init.c
+stlib: []
+target: testsuites/smptests/smpstart01.exe
+type: build
+use-after: []
+use-before: []