[rtems commit] fstests: Use floating-point task
Sebastian Huber
sebh at rtems.org
Fri Jan 19 09:11:13 UTC 2018
Module: rtems
Branch: master
Commit: 9c270ac663225de9234fcdb08e0a0621dc353dc6
Changeset: http://git.rtems.org/rtems/commit/?id=9c270ac663225de9234fcdb08e0a0621dc353dc6
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Fri Jan 19 09:47:39 2018 +0100
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 641d32f..eec9a49 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
More information about the vc
mailing list