summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/capture01/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/capture01/system.h')
-rw-r--r--testsuites/libtests/capture01/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/libtests/capture01/system.h b/testsuites/libtests/capture01/system.h
index 62c221f6f5..9c066bcbb9 100644
--- a/testsuites/libtests/capture01/system.h
+++ b/testsuites/libtests/capture01/system.h
@@ -29,6 +29,8 @@ void capture_test_1(void);
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
+
#define TASK_ALLOCATION_SIZE (5)
#define CONFIGURE_MAXIMUM_TASKS rtems_resource_unlimited(TASK_ALLOCATION_SIZE)
#define CONFIGURE_EXTRA_TASK_STACKS (75 * RTEMS_MINIMUM_STACK_SIZE)