summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp26/system.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-01 23:08:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-01 23:08:47 +0000
commit850f87e5c9ea6da35a858c8870536f2d126274c4 (patch)
tree694d657b09300e13c976a76a38ec8d6f39907409 /testsuites/sptests/sp26/system.h
parent2001-11-01 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-850f87e5c9ea6da35a858c8870536f2d126274c4.tar.bz2
2001-11-01 Joel Sherrill <joel@OARcorp.com>
* sp26/system.h: Properly account for stack memory used by this test. Reported by Jerry Needell <jerry.needell@unh.edu> and processed as PR78.
Diffstat (limited to 'testsuites/sptests/sp26/system.h')
-rw-r--r--testsuites/sptests/sp26/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/sptests/sp26/system.h b/testsuites/sptests/sp26/system.h
index dcd0904759..5957c21b3e 100644
--- a/testsuites/sptests/sp26/system.h
+++ b/testsuites/sptests/sp26/system.h
@@ -30,6 +30,7 @@ void task1(void);
#define CONFIGURE_MAXIMUM_TASKS 5
#define CONFIGURE_MAXIMUM_REGIONS 1
+#define CONFIGURE_EXTRA_TASK_STACKS (RTEMS_MINIMUM_STACK_SIZE * 4)
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE