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/libtests/tar01/init.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/libtests/tar01') diff --git a/testsuites/libtests/tar01/init.c b/testsuites/libtests/tar01/init.c index f8f26c9a07..3316982315 100644 --- a/testsuites/libtests/tar01/init.c +++ b/testsuites/libtests/tar01/init.c @@ -316,5 +316,7 @@ rtems_task Init( #define CONFIGURE_RTEMS_INIT_TASKS_TABLE +#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT + #define CONFIGURE_INIT #include -- cgit v1.2.3