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/smptests/smpcapture01/init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites/smptests') diff --git a/testsuites/smptests/smpcapture01/init.c b/testsuites/smptests/smpcapture01/init.c index aae94e1b22..2818b91cf1 100644 --- a/testsuites/smptests/smpcapture01/init.c +++ b/testsuites/smptests/smpcapture01/init.c @@ -258,6 +258,7 @@ static void Init(rtems_task_argument arg) #define CONFIGURE_RTEMS_INIT_TASKS_TABLE #define CONFIGURE_INIT_TASK_PRIORITY 7 +#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT #define TASK_ALLOCATION_SIZE (5) #define CONFIGURE_MAXIMUM_TASKS rtems_resource_unlimited(TASK_ALLOCATION_SIZE) -- cgit v1.2.3