From 88826356365754fc269ed63a0f7f4f418b617074 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 10 Nov 2020 12:02:34 +0100 Subject: 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. --- spec/build/cpukit/librtemstest.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/build/cpukit/librtemstest.yml') 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 -- cgit v1.2.3