summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/mimfs_support
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-02-09 10:55:25 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-02-09 11:05:44 +0100
commit23c6f93aa16d9988945a53991b8f0f49fbbd10a4 (patch)
treeb5ac54f439c07d6976915c6072785cd605783aab /testsuites/fstests/mimfs_support
parentCheck that the file offset is valid after a seek (diff)
downloadrtems-23c6f93aa16d9988945a53991b8f0f49fbbd10a4.tar.bz2
Increase stack size for symbolic link loop test
Diffstat (limited to 'testsuites/fstests/mimfs_support')
-rw-r--r--testsuites/fstests/mimfs_support/fs_support.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/fstests/mimfs_support/fs_support.c b/testsuites/fstests/mimfs_support/fs_support.c
index b835cb9ef4..0ad0899ca4 100644
--- a/testsuites/fstests/mimfs_support/fs_support.c
+++ b/testsuites/fstests/mimfs_support/fs_support.c
@@ -57,6 +57,7 @@ test_shutdown_filesystem (void)
#define CONFIGURE_MAXIMUM_TASKS 10
#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 40
+#define CONFIGURE_INIT_TASK_STACK_SIZE (16 * 1024)
#define CONFIGURE_INIT
#include <rtems/confdefs.h>