[rtems commit] TFTPFS: Fix test configuration for FP targets

Sebastian Huber sebh at rtems.org
Tue Jun 21 14:06:15 UTC 2022


Module:    rtems
Branch:    master
Commit:    085f3637aa1b9f62d464e79f55f67c8ed848c9bc
Changeset: http://git.rtems.org/rtems/commit/?id=085f3637aa1b9f62d464e79f55f67c8ed848c9bc

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Jun 21 16:09:30 2022 +0200

TFTPFS: Fix test configuration for FP targets

The test uses snprintf().

Update #4666.

---

 testsuites/fstests/tftpfs/init.c | 2 ++
 1 file changed, 2 insertions(+)

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>



More information about the vc mailing list