summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-19 09:47:39 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-19 09:47:39 +0100
commit9c270ac663225de9234fcdb08e0a0621dc353dc6 (patch)
treef39c1d7a83e7f03d45340b527ec7b5e122c578f2
parentrtems: Fix rtems_task_mode() (diff)
downloadrtems-9c270ac663225de9234fcdb08e0a0621dc353dc6.tar.bz2
fstests: Use floating-point task
The fstests use snprintf().
-rw-r--r--testsuites/fstests/imfs_support/fs_support.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/fstests/imfs_support/fs_support.c b/testsuites/fstests/imfs_support/fs_support.c
index 641d32fcf3..eec9a49413 100644
--- a/testsuites/fstests/imfs_support/fs_support.c
+++ b/testsuites/fstests/imfs_support/fs_support.c
@@ -40,6 +40,7 @@ test_shutdown_filesystem (void)
#define CONFIGURE_MAXIMUM_TASKS 10
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 40
#define CONFIGURE_INIT_TASK_STACK_SIZE (16 * 1024)
+#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
#define CONFIGURE_MAXIMUM_POSIX_KEY_VALUE_PAIRS 1
#define CONFIGURE_INIT