summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/rtmonuse
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-27 13:51:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-27 13:51:23 +0000
commit9a993ed573727fc322868d279c22e4cc9545769c (patch)
tree4da591add81a857d3b6978bd9efa02011ce889ed /testsuites/libtests/rtmonuse
parentFixed screen to match actual output. (diff)
downloadrtems-9a993ed573727fc322868d279c22e4cc9545769c.tar.bz2
Added CONFIGURE_EXTRA_TASK_STACKS definition to make memory requirements
more accurate.
Diffstat (limited to 'testsuites/libtests/rtmonuse')
-rw-r--r--testsuites/libtests/rtmonuse/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/libtests/rtmonuse/system.h b/testsuites/libtests/rtmonuse/system.h
index 80924212d1..b10fb1193b 100644
--- a/testsuites/libtests/rtmonuse/system.h
+++ b/testsuites/libtests/rtmonuse/system.h
@@ -47,6 +47,7 @@ void Get_all_counters( void );
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+#define CONFIGURE_EXTRA_TASK_STACKS (15 * RTEMS_MINIMUM_STACK_SIZE)
#include <confdefs.h>
/* global variables */