summaryrefslogtreecommitdiff
path: root/spec/build/testsuites/membench/mem-rtems-smp-part-2.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-03-05 15:21:11 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-08-10 11:03:56 +0200
commit5fe20c126cf03e325cbbaefd2f801d3748d357db (patch)
tree3986ec4698f7ebe8cda923289e72f53ad3581d7b /spec/build/testsuites/membench/mem-rtems-smp-part-2.yml
parentcdd9d0e1ad7e5727df3014023ebeedd87cf64858 (diff)
membench: Add memory benchmark programs
These memory benchmark programs are not supposed to run. Instead, they can be analysed on the host system to measure the memory usage of features. See the membench module of rtems-central. Update #3716.
Diffstat (limited to 'spec/build/testsuites/membench/mem-rtems-smp-part-2.yml')
-rw-r--r--spec/build/testsuites/membench/mem-rtems-smp-part-2.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/spec/build/testsuites/membench/mem-rtems-smp-part-2.yml b/spec/build/testsuites/membench/mem-rtems-smp-part-2.yml
new file mode 100644
index 0000000000..ffa8353815
--- /dev/null
+++ b/spec/build/testsuites/membench/mem-rtems-smp-part-2.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) 2021 embedded brains GmbH & Co. KG
+cppflags: []
+cxxflags: []
+enabled-by: true
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/membench/mem-rtems-smp-part-2.c
+stlib: []
+target: testsuites/membench/mem-rtems-smp-part-2.norun.exe
+type: build
+use-after: []
+use-before: []