[rtems commit] fstests: Use floating-point task

Sebastian Huber sebh at rtems.org
Fri Jan 19 09:58:08 UTC 2018


Module:    rtems
Branch:    master
Commit:    5b7f9227104402c2a355f6e245e806e2b028a6a2
Changeset: http://git.rtems.org/rtems/commit/?id=5b7f9227104402c2a355f6e245e806e2b028a6a2

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Jan 19 10:49:01 2018 +0100

fstests: Use floating-point task

The fstests use snprintf().

---

 testsuites/fstests/mimfs_support/fs_support.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuites/fstests/mimfs_support/fs_support.c b/testsuites/fstests/mimfs_support/fs_support.c
index 8420499..deec9dc 100644
--- a/testsuites/fstests/mimfs_support/fs_support.c
+++ b/testsuites/fstests/mimfs_support/fs_support.c
@@ -57,6 +57,7 @@ test_shutdown_filesystem (void)
 
 #define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
 
+#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE
 
 #define CONFIGURE_MAXIMUM_TASKS                  10



More information about the vc mailing list