From bba5a7a250fc34c1a6aaa30b5d4d9133af73cf90 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 28 Jun 2024 14:14:48 +0200 Subject: [PATCH] psxfenv01: Use a floating-point task --- testsuites/psxtests/psxfenv01/init.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testsuites/psxtests/psxfenv01/init.c b/testsuites/psxtests/psxfenv01/init.c index 15d383f211..c83eb49144 100644 --- a/testsuites/psxtests/psxfenv01/init.c +++ b/testsuites/psxtests/psxfenv01/init.c @@ -174,6 +174,8 @@ rtems_task Init(rtems_task_argument ignored) #define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION +#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT + #define CONFIGURE_INIT #include /* end of file */