summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-10 12:02:34 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-19 08:39:02 +0100
commit88826356365754fc269ed63a0f7f4f418b617074 (patch)
treefe9d2245a443c9d5d063845db8d233d10bc5d14b /spec/build/cpukit
parentlibtest: Simplify runtime measurement support (diff)
downloadrtems-88826356365754fc269ed63a0f7f4f418b617074.tar.bz2
libtest: Add primitive test case memory allocator
This primitive test case memory allocator uses memory from the low-level memory information provided by the BSP. At the beginning of each test case, the memory available to the test case is reinitialized. This allows the use of a simple allocate only allocator.
Diffstat (limited to 'spec/build/cpukit')
-rw-r--r--spec/build/cpukit/librtemstest.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/build/cpukit/librtemstest.yml b/spec/build/cpukit/librtemstest.yml
index ee116fba49..ae5ffeeb9b 100644
--- a/spec/build/cpukit/librtemstest.yml
+++ b/spec/build/cpukit/librtemstest.yml
@@ -30,6 +30,7 @@ source:
- cpukit/libtest/t-test-rtems-fds.c
- cpukit/libtest/t-test-rtems-heap.c
- cpukit/libtest/t-test-rtems-measure.c
+- cpukit/libtest/t-test-rtems-memory.c
- cpukit/libtest/t-test-rtems-posix-keys.c
- cpukit/libtest/t-test-rtems-objs.c
- cpukit/libtest/t-test-time.c