summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp22
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-06 20:29:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-06 20:29:58 +0000
commit45111d773c9cf0243cafc0874e8c6830eb6f440d (patch)
tree4fde443decaba75a59ae026e5087fbc4d590e847 /testsuites/sptests/sp22
parentPurged references to STACK_CHECKER_REPORT_USAGE (diff)
downloadrtems-45111d773c9cf0243cafc0874e8c6830eb6f440d.tar.bz2
Increased stack size so test would run in debug mode.
Diffstat (limited to 'testsuites/sptests/sp22')
-rw-r--r--testsuites/sptests/sp22/system.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuites/sptests/sp22/system.h b/testsuites/sptests/sp22/system.h
index c1aad45d48..c1b0ea8d87 100644
--- a/testsuites/sptests/sp22/system.h
+++ b/testsuites/sptests/sp22/system.h
@@ -40,7 +40,8 @@ rtems_task Task_1(
#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER
-#define CONFIGURE_MAXIMUM_TIMERS 2
+#define CONFIGURE_MAXIMUM_TIMERS 2
+#define CONFIGURE_INIT_TASK_STACK_SIZE (RTEMS_MINIMUM_STACK_SIZE * 2)
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE