From 60dc0205ca2ea4d7bf319f001003746541f0d05e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 19 Jan 2018 10:54:23 +0100 Subject: psxfile01: Use floating-point task This test uses fprintf(). --- testsuites/psxtests/psxfile01/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuites/psxtests/psxfile01/main.c b/testsuites/psxtests/psxfile01/main.c index b2f3cae63d..c634082a4a 100644 --- a/testsuites/psxtests/psxfile01/main.c +++ b/testsuites/psxtests/psxfile01/main.c @@ -38,6 +38,7 @@ rtems_task Init( #define CONFIGURE_MAXIMUM_TASKS 1 #define CONFIGURE_INIT_TASK_STACK_SIZE (2 * RTEMS_MINIMUM_STACK_SIZE) +#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT #define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION -- cgit v1.2.3