summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/mptests
diff options
context:
space:
mode:
Diffstat (limited to 'spec/build/testsuites/mptests')
-rw-r--r--spec/build/testsuites/mptests/grp.yml70
-rw-r--r--spec/build/testsuites/mptests/mp01.yml21
-rw-r--r--spec/build/testsuites/mptests/mp01node1.yml21
-rw-r--r--spec/build/testsuites/mptests/mp01node2.yml21
-rw-r--r--spec/build/testsuites/mptests/mp03.yml22
-rw-r--r--spec/build/testsuites/mptests/mp03node1.yml22
-rw-r--r--spec/build/testsuites/mptests/mp03node2.yml22
-rw-r--r--spec/build/testsuites/mptests/mp04.yml21
-rw-r--r--spec/build/testsuites/mptests/mp04node1.yml21
-rw-r--r--spec/build/testsuites/mptests/mp04node2.yml21
-rw-r--r--spec/build/testsuites/mptests/mp05.yml22
-rw-r--r--spec/build/testsuites/mptests/mp05node1.yml22
-rw-r--r--spec/build/testsuites/mptests/mp05node2.yml22
-rw-r--r--spec/build/testsuites/mptests/mp06.yml21
-rw-r--r--spec/build/testsuites/mptests/mp06node1.yml21
-rw-r--r--spec/build/testsuites/mptests/mp06node2.yml21
-rw-r--r--spec/build/testsuites/mptests/mp07.yml21
-rw-r--r--spec/build/testsuites/mptests/mp07node1.yml21
-rw-r--r--spec/build/testsuites/mptests/mp07node2.yml21
-rw-r--r--spec/build/testsuites/mptests/mp08.yml21
-rw-r--r--spec/build/testsuites/mptests/mp08node1.yml21
-rw-r--r--spec/build/testsuites/mptests/mp08node2.yml21
-rw-r--r--spec/build/testsuites/mptests/mp09.yml23
-rw-r--r--spec/build/testsuites/mptests/mp09node1.yml23
-rw-r--r--spec/build/testsuites/mptests/mp09node2.yml23
-rw-r--r--spec/build/testsuites/mptests/mp10.yml23
-rw-r--r--spec/build/testsuites/mptests/mp10node1.yml23
-rw-r--r--spec/build/testsuites/mptests/mp10node2.yml23
-rw-r--r--spec/build/testsuites/mptests/mp11.yml20
-rw-r--r--spec/build/testsuites/mptests/mp11node1.yml20
-rw-r--r--spec/build/testsuites/mptests/mp11node2.yml20
-rw-r--r--spec/build/testsuites/mptests/mp12.yml20
-rw-r--r--spec/build/testsuites/mptests/mp12node1.yml20
-rw-r--r--spec/build/testsuites/mptests/mp12node2.yml20
-rw-r--r--spec/build/testsuites/mptests/mp13.yml22
-rw-r--r--spec/build/testsuites/mptests/mp13node1.yml22
-rw-r--r--spec/build/testsuites/mptests/mp13node2.yml22
-rw-r--r--spec/build/testsuites/mptests/mp14.yml27
-rw-r--r--spec/build/testsuites/mptests/mp14node1.yml27
-rw-r--r--spec/build/testsuites/mptests/mp14node2.yml27
40 files changed, 922 insertions, 0 deletions
diff --git a/spec/build/testsuites/mptests/grp.yml b/spec/build/testsuites/mptests/grp.yml
new file mode 100644
index 0000000000..6965b505ee
--- /dev/null
+++ b/spec/build/testsuites/mptests/grp.yml
@@ -0,0 +1,70 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+build-type: group
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by:
+- BUILD_TESTS
+- BUILD_MPTESTS
+includes:
+- testsuites/support/include
+install: []
+ldflags:
+- -Wl,--wrap=printf
+- -Wl,--wrap=puts
+links:
+- role: build-dependency
+ uid: mp01node1
+- role: build-dependency
+ uid: mp01node2
+- role: build-dependency
+ uid: mp03node1
+- role: build-dependency
+ uid: mp03node2
+- role: build-dependency
+ uid: mp04node1
+- role: build-dependency
+ uid: mp04node2
+- role: build-dependency
+ uid: mp05node1
+- role: build-dependency
+ uid: mp05node2
+- role: build-dependency
+ uid: mp06node1
+- role: build-dependency
+ uid: mp06node2
+- role: build-dependency
+ uid: mp07node1
+- role: build-dependency
+ uid: mp07node2
+- role: build-dependency
+ uid: mp08node1
+- role: build-dependency
+ uid: mp08node2
+- role: build-dependency
+ uid: mp09node1
+- role: build-dependency
+ uid: mp09node2
+- role: build-dependency
+ uid: mp10node1
+- role: build-dependency
+ uid: mp10node2
+- role: build-dependency
+ uid: mp11node1
+- role: build-dependency
+ uid: mp11node2
+- role: build-dependency
+ uid: mp12node1
+- role: build-dependency
+ uid: mp12node2
+- role: build-dependency
+ uid: mp13node1
+- role: build-dependency
+ uid: mp13node2
+- role: build-dependency
+ uid: mp14node1
+- role: build-dependency
+ uid: mp14node2
+type: build
+use-after:
+- rtemstest
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp01.yml b/spec/build/testsuites/mptests/mp01.yml
new file mode 100644
index 0000000000..75b6394701
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp01.yml
@@ -0,0 +1,21 @@
+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: true
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp01/init1.c
+- testsuites/mptests/mp01/init2.c
+- testsuites/mptests/mp01/task1.c
+stlib: []
+target: testsuites/mptests/mp01.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp01node1.yml b/spec/build/testsuites/mptests/mp01node1.yml
new file mode 100644
index 0000000000..87fee1d663
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp01node1.yml
@@ -0,0 +1,21 @@
+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_MULTIPROCESSING
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp01/init1.c
+- testsuites/mptests/mp01/task1.c
+stlib: []
+target: testsuites/mptests/mp01_node1.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp01node2.yml b/spec/build/testsuites/mptests/mp01node2.yml
new file mode 100644
index 0000000000..3316edd75a
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp01node2.yml
@@ -0,0 +1,21 @@
+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_MULTIPROCESSING
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp01/init2.c
+- testsuites/mptests/mp01/task1.c
+stlib: []
+target: testsuites/mptests/mp01_node2.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp03.yml b/spec/build/testsuites/mptests/mp03.yml
new file mode 100644
index 0000000000..42a59d064f
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp03.yml
@@ -0,0 +1,22 @@
+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: true
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp03/delay.c
+- testsuites/mptests/mp03/init1.c
+- testsuites/mptests/mp03/init2.c
+- testsuites/mptests/mp03/task1.c
+stlib: []
+target: testsuites/mptests/mp03.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp03node1.yml b/spec/build/testsuites/mptests/mp03node1.yml
new file mode 100644
index 0000000000..a231f3085a
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp03node1.yml
@@ -0,0 +1,22 @@
+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_MULTIPROCESSING
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp03/init1.c
+- testsuites/mptests/mp03/task1.c
+- testsuites/mptests/mp03/delay.c
+stlib: []
+target: testsuites/mptests/mp03_node1.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp03node2.yml b/spec/build/testsuites/mptests/mp03node2.yml
new file mode 100644
index 0000000000..81b93473a8
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp03node2.yml
@@ -0,0 +1,22 @@
+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_MULTIPROCESSING
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp03/init2.c
+- testsuites/mptests/mp03/task1.c
+- testsuites/mptests/mp03/delay.c
+stlib: []
+target: testsuites/mptests/mp03_node2.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp04.yml b/spec/build/testsuites/mptests/mp04.yml
new file mode 100644
index 0000000000..1fa17a1dbf
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp04.yml
@@ -0,0 +1,21 @@
+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: true
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp04/init1.c
+- testsuites/mptests/mp04/init2.c
+- testsuites/mptests/mp04/task1.c
+stlib: []
+target: testsuites/mptests/mp04.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp04node1.yml b/spec/build/testsuites/mptests/mp04node1.yml
new file mode 100644
index 0000000000..731f7ca47a
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp04node1.yml
@@ -0,0 +1,21 @@
+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_MULTIPROCESSING
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp04/init1.c
+- testsuites/mptests/mp04/task1.c
+stlib: []
+target: testsuites/mptests/mp04_node1.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp04node2.yml b/spec/build/testsuites/mptests/mp04node2.yml
new file mode 100644
index 0000000000..6938f02001
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp04node2.yml
@@ -0,0 +1,21 @@
+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_MULTIPROCESSING
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp04/init2.c
+- testsuites/mptests/mp04/task1.c
+stlib: []
+target: testsuites/mptests/mp04_node2.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp05.yml b/spec/build/testsuites/mptests/mp05.yml
new file mode 100644
index 0000000000..3abffb39d2
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp05.yml
@@ -0,0 +1,22 @@
+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: true
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp05/asr.c
+- testsuites/mptests/mp05/init1.c
+- testsuites/mptests/mp05/init2.c
+- testsuites/mptests/mp05/task1.c
+stlib: []
+target: testsuites/mptests/mp05.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp05node1.yml b/spec/build/testsuites/mptests/mp05node1.yml
new file mode 100644
index 0000000000..342ebce12b
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp05node1.yml
@@ -0,0 +1,22 @@
+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_MULTIPROCESSING
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp05/init1.c
+- testsuites/mptests/mp05/task1.c
+- testsuites/mptests/mp05/asr.c
+stlib: []
+target: testsuites/mptests/mp05_node1.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp05node2.yml b/spec/build/testsuites/mptests/mp05node2.yml
new file mode 100644
index 0000000000..8248ba18d0
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp05node2.yml
@@ -0,0 +1,22 @@
+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_MULTIPROCESSING
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp05/init2.c
+- testsuites/mptests/mp05/task1.c
+- testsuites/mptests/mp05/asr.c
+stlib: []
+target: testsuites/mptests/mp05_node2.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp06.yml b/spec/build/testsuites/mptests/mp06.yml
new file mode 100644
index 0000000000..4c07a3b3be
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp06.yml
@@ -0,0 +1,21 @@
+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: true
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp06/init1.c
+- testsuites/mptests/mp06/init2.c
+- testsuites/mptests/mp06/task1.c
+stlib: []
+target: testsuites/mptests/mp06.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp06node1.yml b/spec/build/testsuites/mptests/mp06node1.yml
new file mode 100644
index 0000000000..6a01a7572f
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp06node1.yml
@@ -0,0 +1,21 @@
+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_MULTIPROCESSING
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp06/init1.c
+- testsuites/mptests/mp06/task1.c
+stlib: []
+target: testsuites/mptests/mp06_node1.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp06node2.yml b/spec/build/testsuites/mptests/mp06node2.yml
new file mode 100644
index 0000000000..2af00e4e36
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp06node2.yml
@@ -0,0 +1,21 @@
+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_MULTIPROCESSING
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp06/init2.c
+- testsuites/mptests/mp06/task1.c
+stlib: []
+target: testsuites/mptests/mp06_node2.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp07.yml b/spec/build/testsuites/mptests/mp07.yml
new file mode 100644
index 0000000000..e1e1d0f003
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp07.yml
@@ -0,0 +1,21 @@
+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: true
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp07/init1.c
+- testsuites/mptests/mp07/init2.c
+- testsuites/mptests/mp07/task1.c
+stlib: []
+target: testsuites/mptests/mp07.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp07node1.yml b/spec/build/testsuites/mptests/mp07node1.yml
new file mode 100644
index 0000000000..948bcb3492
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp07node1.yml
@@ -0,0 +1,21 @@
+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_MULTIPROCESSING
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp07/init1.c
+- testsuites/mptests/mp07/task1.c
+stlib: []
+target: testsuites/mptests/mp07_node1.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp07node2.yml b/spec/build/testsuites/mptests/mp07node2.yml
new file mode 100644
index 0000000000..ec70919996
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp07node2.yml
@@ -0,0 +1,21 @@
+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_MULTIPROCESSING
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp07/init2.c
+- testsuites/mptests/mp07/task1.c
+stlib: []
+target: testsuites/mptests/mp07_node2.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp08.yml b/spec/build/testsuites/mptests/mp08.yml
new file mode 100644
index 0000000000..c9dc8e1d05
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp08.yml
@@ -0,0 +1,21 @@
+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: true
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp08/init1.c
+- testsuites/mptests/mp08/init2.c
+- testsuites/mptests/mp08/task1.c
+stlib: []
+target: testsuites/mptests/mp08.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp08node1.yml b/spec/build/testsuites/mptests/mp08node1.yml
new file mode 100644
index 0000000000..1f1f42d53b
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp08node1.yml
@@ -0,0 +1,21 @@
+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_MULTIPROCESSING
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp08/init1.c
+- testsuites/mptests/mp08/task1.c
+stlib: []
+target: testsuites/mptests/mp08_node1.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp08node2.yml b/spec/build/testsuites/mptests/mp08node2.yml
new file mode 100644
index 0000000000..5fa4ea585c
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp08node2.yml
@@ -0,0 +1,21 @@
+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_MULTIPROCESSING
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp08/init2.c
+- testsuites/mptests/mp08/task1.c
+stlib: []
+target: testsuites/mptests/mp08_node2.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp09.yml b/spec/build/testsuites/mptests/mp09.yml
new file mode 100644
index 0000000000..aa087e2c25
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp09.yml
@@ -0,0 +1,23 @@
+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: true
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp09/init1.c
+- testsuites/mptests/mp09/init2.c
+- testsuites/mptests/mp09/recvmsg.c
+- testsuites/mptests/mp09/sendmsg.c
+- testsuites/mptests/mp09/task1.c
+stlib: []
+target: testsuites/mptests/mp09.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp09node1.yml b/spec/build/testsuites/mptests/mp09node1.yml
new file mode 100644
index 0000000000..a2ea0e80ad
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp09node1.yml
@@ -0,0 +1,23 @@
+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_MULTIPROCESSING
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp09/init1.c
+- testsuites/mptests/mp09/task1.c
+- testsuites/mptests/mp09/recvmsg.c
+- testsuites/mptests/mp09/sendmsg.c
+stlib: []
+target: testsuites/mptests/mp09_node1.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp09node2.yml b/spec/build/testsuites/mptests/mp09node2.yml
new file mode 100644
index 0000000000..fdbccdcda8
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp09node2.yml
@@ -0,0 +1,23 @@
+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_MULTIPROCESSING
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp09/init2.c
+- testsuites/mptests/mp09/task1.c
+- testsuites/mptests/mp09/recvmsg.c
+- testsuites/mptests/mp09/sendmsg.c
+stlib: []
+target: testsuites/mptests/mp09_node2.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp10.yml b/spec/build/testsuites/mptests/mp10.yml
new file mode 100644
index 0000000000..d79f9def5d
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp10.yml
@@ -0,0 +1,23 @@
+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: true
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp10/init1.c
+- testsuites/mptests/mp10/init2.c
+- testsuites/mptests/mp10/task1.c
+- testsuites/mptests/mp10/task2.c
+- testsuites/mptests/mp10/task3.c
+stlib: []
+target: testsuites/mptests/mp10.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp10node1.yml b/spec/build/testsuites/mptests/mp10node1.yml
new file mode 100644
index 0000000000..69d1736535
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp10node1.yml
@@ -0,0 +1,23 @@
+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_MULTIPROCESSING
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp10/init1.c
+- testsuites/mptests/mp10/task1.c
+- testsuites/mptests/mp10/task2.c
+- testsuites/mptests/mp10/task3.c
+stlib: []
+target: testsuites/mptests/mp10_node1.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp10node2.yml b/spec/build/testsuites/mptests/mp10node2.yml
new file mode 100644
index 0000000000..90b114454c
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp10node2.yml
@@ -0,0 +1,23 @@
+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_MULTIPROCESSING
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp10/init2.c
+- testsuites/mptests/mp10/task1.c
+- testsuites/mptests/mp10/task2.c
+- testsuites/mptests/mp10/task3.c
+stlib: []
+target: testsuites/mptests/mp10_node2.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp11.yml b/spec/build/testsuites/mptests/mp11.yml
new file mode 100644
index 0000000000..82b3099dcc
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp11.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: true
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp11/init1.c
+- testsuites/mptests/mp11/init2.c
+stlib: []
+target: testsuites/mptests/mp11.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp11node1.yml b/spec/build/testsuites/mptests/mp11node1.yml
new file mode 100644
index 0000000000..fb81d7f9db
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp11node1.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_MULTIPROCESSING
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp11/init1.c
+stlib: []
+target: testsuites/mptests/mp11_node1.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp11node2.yml b/spec/build/testsuites/mptests/mp11node2.yml
new file mode 100644
index 0000000000..38ea46eb14
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp11node2.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_MULTIPROCESSING
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp11/init2.c
+stlib: []
+target: testsuites/mptests/mp11_node2.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp12.yml b/spec/build/testsuites/mptests/mp12.yml
new file mode 100644
index 0000000000..c49358ba09
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp12.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: true
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp12/init1.c
+- testsuites/mptests/mp12/init2.c
+stlib: []
+target: testsuites/mptests/mp12.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp12node1.yml b/spec/build/testsuites/mptests/mp12node1.yml
new file mode 100644
index 0000000000..1b5e58cfa3
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp12node1.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_MULTIPROCESSING
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp12/init1.c
+stlib: []
+target: testsuites/mptests/mp12_node1.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp12node2.yml b/spec/build/testsuites/mptests/mp12node2.yml
new file mode 100644
index 0000000000..d2bcd185df
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp12node2.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_MULTIPROCESSING
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp12/init2.c
+stlib: []
+target: testsuites/mptests/mp12_node2.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp13.yml b/spec/build/testsuites/mptests/mp13.yml
new file mode 100644
index 0000000000..5714407954
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp13.yml
@@ -0,0 +1,22 @@
+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: true
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp13/init1.c
+- testsuites/mptests/mp13/init2.c
+- testsuites/mptests/mp13/task1.c
+- testsuites/mptests/mp13/task2.c
+stlib: []
+target: testsuites/mptests/mp13.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp13node1.yml b/spec/build/testsuites/mptests/mp13node1.yml
new file mode 100644
index 0000000000..5a9a2df372
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp13node1.yml
@@ -0,0 +1,22 @@
+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_MULTIPROCESSING
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp13/init1.c
+- testsuites/mptests/mp13/task1.c
+- testsuites/mptests/mp13/task2.c
+stlib: []
+target: testsuites/mptests/mp13_node1.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp13node2.yml b/spec/build/testsuites/mptests/mp13node2.yml
new file mode 100644
index 0000000000..8e1eda3751
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp13node2.yml
@@ -0,0 +1,22 @@
+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_MULTIPROCESSING
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp13/init2.c
+- testsuites/mptests/mp13/task1.c
+- testsuites/mptests/mp13/task2.c
+stlib: []
+target: testsuites/mptests/mp13_node2.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp14.yml b/spec/build/testsuites/mptests/mp14.yml
new file mode 100644
index 0000000000..08c42e4f88
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp14.yml
@@ -0,0 +1,27 @@
+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: true
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp14/delay.c
+- testsuites/mptests/mp14/evtask1.c
+- testsuites/mptests/mp14/evtmtask.c
+- testsuites/mptests/mp14/exit.c
+- testsuites/mptests/mp14/init1.c
+- testsuites/mptests/mp14/init2.c
+- testsuites/mptests/mp14/msgtask1.c
+- testsuites/mptests/mp14/pttask1.c
+- testsuites/mptests/mp14/smtask1.c
+stlib: []
+target: testsuites/mptests/mp14.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp14node1.yml b/spec/build/testsuites/mptests/mp14node1.yml
new file mode 100644
index 0000000000..031c23446f
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp14node1.yml
@@ -0,0 +1,27 @@
+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_MULTIPROCESSING
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp14/init1.c
+- testsuites/mptests/mp14/exit.c
+- testsuites/mptests/mp14/delay.c
+- testsuites/mptests/mp14/evtask1.c
+- testsuites/mptests/mp14/evtmtask.c
+- testsuites/mptests/mp14/pttask1.c
+- testsuites/mptests/mp14/smtask1.c
+- testsuites/mptests/mp14/msgtask1.c
+stlib: []
+target: testsuites/mptests/mp14_node1.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/mptests/mp14node2.yml b/spec/build/testsuites/mptests/mp14node2.yml
new file mode 100644
index 0000000000..524e1c786d
--- /dev/null
+++ b/spec/build/testsuites/mptests/mp14node2.yml
@@ -0,0 +1,27 @@
+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_MULTIPROCESSING
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/mptests/mp14/init2.c
+- testsuites/mptests/mp14/exit.c
+- testsuites/mptests/mp14/delay.c
+- testsuites/mptests/mp14/evtask1.c
+- testsuites/mptests/mp14/evtmtask.c
+- testsuites/mptests/mp14/pttask1.c
+- testsuites/mptests/mp14/smtask1.c
+- testsuites/mptests/mp14/msgtask1.c
+stlib: []
+target: testsuites/mptests/mp14_node2.exe
+type: build
+use-after: []
+use-before: []