summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/malloctest/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/malloctest/system.h')
-rw-r--r--testsuites/libtests/malloctest/system.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/libtests/malloctest/system.h b/testsuites/libtests/malloctest/system.h
index 7c95130900..e640424eed 100644
--- a/testsuites/libtests/malloctest/system.h
+++ b/testsuites/libtests/malloctest/system.h
@@ -39,13 +39,13 @@ void blow_stack( void );
#define TASK_STACK_SIZE (RTEMS_MINIMUM_STACK_SIZE*3)
-#define CONFIGURE_EXTRA_TASK_STACKS (10 * RTEMS_MINIMUM_STACK_SIZE)
+#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#include <confdefs.h>
/* global variables */
-TEST_EXTERN rtems_id Task_id[ 4 ]; /* array of task ids */
-TEST_EXTERN rtems_name Task_name[ 4 ]; /* array of task names */
+TEST_EXTERN rtems_id Task_id[ 6 ]; /* array of task ids */
+TEST_EXTERN rtems_name Task_name[ 6 ]; /* array of task names */
/* end of include file */