summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-06-21 16:09:30 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-06-21 16:11:37 +0200
commit085f3637aa1b9f62d464e79f55f67c8ed848c9bc (patch)
tree334f55cdf09a78654c2dac659db86c393edb7f34 /testsuites
parentTFTPFS: Reduce test configuration (diff)
downloadrtems-085f3637aa1b9f62d464e79f55f67c8ed848c9bc.tar.bz2
TFTPFS: Fix test configuration for FP targets
The test uses snprintf(). Update #4666.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/fstests/tftpfs/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/fstests/tftpfs/init.c b/testsuites/fstests/tftpfs/init.c
index db3daf0b67..fe18476ef3 100644
--- a/testsuites/fstests/tftpfs/init.c
+++ b/testsuites/fstests/tftpfs/init.c
@@ -6974,6 +6974,8 @@ static void Init( rtems_task_argument argument )
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
+
#define CONFIGURE_INIT
#include <rtems/confdefs.h>