summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-07-18 13:07:26 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-07-18 14:14:34 +0200
commit07e178005a63cbbe3a634dda080a7f7976cbd294 (patch)
tree97ed9982c2efc7cada0fd5365f8c6ba5c2168e27 /testsuites/sptests
parentdumpbuf: Simplify rtems_print_buffer() (diff)
downloadrtems-07e178005a63cbbe3a634dda080a7f7976cbd294.tar.bz2
tests: Use floating point task
These tests directly or indirectly use fprintf(), etc. which may use the floating point unit. Update #3076.
Diffstat (limited to 'testsuites/sptests')
-rw-r--r--testsuites/sptests/sperror01/init.c2
-rw-r--r--testsuites/sptests/sperror02/init.c2
-rw-r--r--testsuites/sptests/sperror03/init.c2
3 files changed, 6 insertions, 0 deletions
diff --git a/testsuites/sptests/sperror01/init.c b/testsuites/sptests/sperror01/init.c
index fe3f304e1d..1f64bc4649 100644
--- a/testsuites/sptests/sperror01/init.c
+++ b/testsuites/sptests/sperror01/init.c
@@ -74,6 +74,8 @@ rtems_task Init(
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
+
#define CONFIGURE_INIT
#include <rtems/confdefs.h>
diff --git a/testsuites/sptests/sperror02/init.c b/testsuites/sptests/sperror02/init.c
index 67fc56da40..717deabeab 100644
--- a/testsuites/sptests/sperror02/init.c
+++ b/testsuites/sptests/sperror02/init.c
@@ -64,6 +64,8 @@ rtems_task Init(
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
+
#define CONFIGURE_INIT
#include <rtems/confdefs.h>
diff --git a/testsuites/sptests/sperror03/init.c b/testsuites/sptests/sperror03/init.c
index 448848da08..9d80fe5f0e 100644
--- a/testsuites/sptests/sperror03/init.c
+++ b/testsuites/sptests/sperror03/init.c
@@ -59,6 +59,8 @@ rtems_task Init(
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
+
#define CONFIGURE_INIT
#include <rtems/confdefs.h>