From 07e178005a63cbbe3a634dda080a7f7976cbd294 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 18 Jul 2017 13:07:26 +0200 Subject: tests: Use floating point task These tests directly or indirectly use fprintf(), etc. which may use the floating point unit. Update #3076. --- testsuites/fstests/jffs2_support/fs_support.c | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites/fstests/jffs2_support') diff --git a/testsuites/fstests/jffs2_support/fs_support.c b/testsuites/fstests/jffs2_support/fs_support.c index b8824124f2..da80de6304 100644 --- a/testsuites/fstests/jffs2_support/fs_support.c +++ b/testsuites/fstests/jffs2_support/fs_support.c @@ -153,6 +153,7 @@ void test_shutdown_filesystem(void) #define CONFIGURE_MAXIMUM_TASKS 1 #define CONFIGURE_INIT_TASK_STACK_SIZE (32 * 1024) +#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT #define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION -- cgit v1.2.3