From 6f46848079cc582a0bf4da58905e7d4e67fd92aa Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 19 Jul 2017 11:57:01 +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/libtests/ftp01/init.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/libtests/ftp01/init.c') 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 -- cgit v1.2.3