summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/mdosfs_support
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-07-18 13:07:26 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-07-18 14:14:34 +0200
commit07e178005a63cbbe3a634dda080a7f7976cbd294 (patch)
tree97ed9982c2efc7cada0fd5365f8c6ba5c2168e27 /testsuites/fstests/mdosfs_support
parentdumpbuf: Simplify rtems_print_buffer() (diff)
downloadrtems-07e178005a63cbbe3a634dda080a7f7976cbd294.tar.bz2
tests: Use floating point task
These tests directly or indirectly use fprintf(), etc. which may use the floating point unit. Update #3076.
Diffstat (limited to 'testsuites/fstests/mdosfs_support')
-rw-r--r--testsuites/fstests/mdosfs_support/fs_support.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/fstests/mdosfs_support/fs_support.c b/testsuites/fstests/mdosfs_support/fs_support.c
index 8119db6529..1a07edf46f 100644
--- a/testsuites/fstests/mdosfs_support/fs_support.c
+++ b/testsuites/fstests/mdosfs_support/fs_support.c
@@ -90,6 +90,7 @@ void test_shutdown_filesystem(void)
#define CONFIGURE_MAXIMUM_DRIVERS 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_APPLICATION_NEEDS_LIBBLOCK