From 9c270ac663225de9234fcdb08e0a0621dc353dc6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 19 Jan 2018 09:47:39 +0100 Subject: fstests: Use floating-point task The fstests use snprintf(). --- testsuites/fstests/imfs_support/fs_support.c | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3