summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp20/system.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-12-16 23:35:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-12-16 23:35:09 +0000
commite4571904d7e7271b2d461438181494f95992d816 (patch)
tree1e872b8ca626e6c6369c098d6b9578cc900c9bcc /testsuites/sptests/sp20/system.h
parent2003-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-e4571904d7e7271b2d461438181494f95992d816.tar.bz2
2003-12-16 Joel Sherrill <joel@OARcorp.com>
PR 544/tests * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c, sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to make tests account for resources and not print at inappropriate times. * sp07/buffered_io.c: New file.
Diffstat (limited to '')
-rw-r--r--testsuites/sptests/sp20/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp20/system.h b/testsuites/sptests/sp20/system.h
index 2d462d02b5..86d96507b7 100644
--- a/testsuites/sptests/sp20/system.h
+++ b/testsuites/sptests/sp20/system.h
@@ -45,7 +45,7 @@ void Get_all_counters( void );
#define CONFIGURE_INIT_TASK_INITIAL_MODES RTEMS_DEFAULT_MODES
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#define CONFIGURE_EXTRA_TASK_STACKS (6 * 3 * RTEMS_MINIMUM_STACK_SIZE)
+#define CONFIGURE_EXTRA_TASK_STACKS (6 * 4 * RTEMS_MINIMUM_STACK_SIZE)
#include <confdefs.h>