summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/smptests
diff options
context:
space:
mode:
Diffstat (limited to 'spec/build/testsuites/smptests')
-rw-r--r--spec/build/testsuites/smptests/grp.yml2
-rw-r--r--spec/build/testsuites/smptests/smpirqs01.yml20
2 files changed, 22 insertions, 0 deletions
diff --git a/spec/build/testsuites/smptests/grp.yml b/spec/build/testsuites/smptests/grp.yml
index 8564cf2294..771708503e 100644
--- a/spec/build/testsuites/smptests/grp.yml
+++ b/spec/build/testsuites/smptests/grp.yml
@@ -60,6 +60,8 @@ links:
- role: build-dependency
uid: smpipi01
- role: build-dependency
+ uid: smpirqs01
+- role: build-dependency
uid: smpload01
- role: build-dependency
uid: smplock01
diff --git a/spec/build/testsuites/smptests/smpirqs01.yml b/spec/build/testsuites/smptests/smpirqs01.yml
new file mode 100644
index 0000000000..8e4e86ac09
--- /dev/null
+++ b/spec/build/testsuites/smptests/smpirqs01.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) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+cppflags: []
+cxxflags: []
+enabled-by:
+- RTEMS_SMP
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/smptests/smpirqs01/init.c
+stlib: []
+target: testsuites/smptests/smpirqs01.exe
+type: build
+use-after: []
+use-before: []