summaryrefslogtreecommitdiff
path: root/spec/build/testsuites/membench/mem-bsp-clock.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-09-18 10:53:24 +0200
commit7ba2b56232f1874ac04953d2915faf8d41ce3432 (patch)
tree387d75c891798b07b4877888b80e319421319ea2 /spec/build/testsuites/membench/mem-bsp-clock.yml
parent1424a0482169658328199b625cb98ed807d21121 (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-bsp-clock.yml')
-rw-r--r--spec/build/testsuites/membench/mem-bsp-clock.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/spec/build/testsuites/membench/mem-bsp-clock.yml b/spec/build/testsuites/membench/mem-bsp-clock.yml
new file mode 100644
index 0000000000..a598ee6eb4
--- /dev/null
+++ b/spec/build/testsuites/membench/mem-bsp-clock.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-bsp-clock.c
+stlib: []
+target: testsuites/membench/mem-bsp-clock.norun.exe
+type: build
+use-after: []
+use-before: []