tests: Use floating point task

These tests directly or indirectly use fprintf(), etc. which may use the
floating point unit.

Update #3076.
This commit is contained in:
Sebastian Huber
2017-07-19 11:57:01 +02:00
parent 852d7059b6
commit 6f46848079
5 changed files with 12 additions and 3 deletions
+2
View File
@@ -354,6 +354,8 @@ uint32_t rtems_flashdisk_configuration_size = FLASHDISK_CONFIG_COUNT;
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
#define CONFIGURE_INIT
#include <rtems/confdefs.h>