From d7bf62566d9a83ac5cdd907fa8918e4dd16501e4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 24 May 2000 16:50:26 +0000 Subject: [PATCH] Increased task stack configured. --- c/src/tests/libtests/malloctest/system.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/c/src/tests/libtests/malloctest/system.h b/c/src/tests/libtests/malloctest/system.h index 2ef6b0c3a7..c275d9ce7d 100644 --- a/c/src/tests/libtests/malloctest/system.h +++ b/c/src/tests/libtests/malloctest/system.h @@ -36,6 +36,9 @@ void blow_stack( void ); #define TASK_STACK_SIZE (RTEMS_MINIMUM_STACK_SIZE*3) +#define CONFIGURE_EXTRA_TASK_STACKS ((RTEMS_MINIMUM_STACK_SIZE*2)*5) +#define CONFIGURE_MAXIMUM_TASKS 6 + #define CONFIGURE_RTEMS_INIT_TASKS_TABLE #include