summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/configure.ac
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-04-10 11:19:39 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-04-11 11:24:19 +0200
commite75263083e83cac921475d0a89d8b3b398f9b902 (patch)
treeee606a61f71499421724066779ccb22a7855046e /testsuites/libtests/configure.ac
parentrbtree: New function _RBTree_Iterate_unprotected() (diff)
downloadrtems-e75263083e83cac921475d0a89d8b3b398f9b902.tar.bz2
rbheap: New files
In the Red-Black Tree Heap the administration data structures are not contained in the managed memory area. This can be used for example in a task stack allocator which protects the task stacks from access by other tasks.
Diffstat (limited to 'testsuites/libtests/configure.ac')
-rw-r--r--testsuites/libtests/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/libtests/configure.ac b/testsuites/libtests/configure.ac
index d1ce3745df..f04ab0b789 100644
--- a/testsuites/libtests/configure.ac
+++ b/testsuites/libtests/configure.ac
@@ -43,6 +43,7 @@ AM_CONDITIONAL(NETTESTS,test "$rtems_cv_RTEMS_NETWORKING" = "yes")
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
+rbheap01/Makefile
syscall01/Makefile
flashdisk01/Makefile
block01/Makefile