summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxpipe01
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-07-19 11:57:01 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-07-19 11:57:01 +0200
commit6f46848079cc582a0bf4da58905e7d4e67fd92aa (patch)
tree3114af393aa161065005cc6ef837963abb89e7c2 /testsuites/psxtests/psxpipe01
parentscore: Fix warning (diff)
downloadrtems-6f46848079cc582a0bf4da58905e7d4e67fd92aa.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/psxtests/psxpipe01')
-rw-r--r--testsuites/psxtests/psxpipe01/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxpipe01/init.c b/testsuites/psxtests/psxpipe01/init.c
index 5dc4909790..7066f6cf52 100644
--- a/testsuites/psxtests/psxpipe01/init.c
+++ b/testsuites/psxtests/psxpipe01/init.c
@@ -109,6 +109,8 @@ rtems_task Init(
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
+
#define CONFIGURE_MAXIMUM_PIPES 2
#define CONFIGURE_INIT