summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/ftp01/init.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-07-19 11:57:01 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-07-19 11:57:01 +0200
commit6f46848079cc582a0bf4da58905e7d4e67fd92aa (patch)
tree3114af393aa161065005cc6ef837963abb89e7c2 /testsuites/libtests/ftp01/init.c
parentscore: Fix warning (diff)
downloadrtems-6f46848079cc582a0bf4da58905e7d4e67fd92aa.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/libtests/ftp01/init.c')
-rw-r--r--testsuites/libtests/ftp01/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/libtests/ftp01/init.c b/testsuites/libtests/ftp01/init.c
index 0668e6c4ac..ad166c3f77 100644
--- a/testsuites/libtests/ftp01/init.c
+++ b/testsuites/libtests/ftp01/init.c
@@ -249,4 +249,6 @@ static rtems_task Init(rtems_task_argument argument)
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
+
#include <rtems/confdefs.h>