summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/mrfs_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/mrfs_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/mrfs_support')
-rw-r--r--testsuites/fstests/mrfs_support/fs_support.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/fstests/mrfs_support/fs_support.c b/testsuites/fstests/mrfs_support/fs_support.c
index ec57e18f24..a9d3da125c 100644
--- a/testsuites/fstests/mrfs_support/fs_support.c
+++ b/testsuites/fstests/mrfs_support/fs_support.c
@@ -69,6 +69,7 @@ test_shutdown_filesystem (void)
#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
#define CONFIGURE_MAXIMUM_DRIVERS 10
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 40
+#define CONFIGURE_INIT_TASK_STACK_SIZE (16 * 1024)
#define CONFIGURE_APPLICATION_NEEDS_LIBBLOCK