summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests
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/smptests
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/smptests')
-rw-r--r--testsuites/smptests/smpcapture01/init.c1
1 files changed, 1 insertions, 0 deletions
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)