[rtems commit] psxpasswd02: Use floating-point task
Sebastian Huber
sebh at rtems.org
Fri Jan 19 09:11:13 UTC 2018
Module: rtems
Branch: master
Commit: 32d50688c655fbdc4cedcf9c06972b48e1ee498f
Changeset: http://git.rtems.org/rtems/commit/?id=32d50688c655fbdc4cedcf9c06972b48e1ee498f
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Fri Jan 19 10:05:24 2018 +0100
psxpasswd02: Use floating-point task
This test uses sprintf().
---
testsuites/psxtests/psxpasswd02/init.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/testsuites/psxtests/psxpasswd02/init.c b/testsuites/psxtests/psxpasswd02/init.c
index dc2fa3c..0bec2e2 100644
--- a/testsuites/psxtests/psxpasswd02/init.c
+++ b/testsuites/psxtests/psxpasswd02/init.c
@@ -229,6 +229,7 @@ rtems_task Init(
#define CONFIGURE_MAXIMUM_POSIX_KEY_VALUE_PAIRS 1
#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
+#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_INIT
More information about the vc
mailing list