summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-12-09 19:19:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-12-09 19:19:28 +0000
commita9069337a58709c862f906cf41a013bd35032df2 (patch)
tree62291084630821fb3eba7fdb9a79c4b5227c104c
parentafaa753b5a28a9f516244b134b77caf07092b1ec (diff)
2011-12-09 Joel Sherrill <joel.sherrilL@OARcorp.com>
* math/init.c, mathf/init.c: Use DEVFS since we do have devices.
-rw-r--r--testsuites/libtests/ChangeLog4
-rw-r--r--testsuites/libtests/math/init.c3
-rw-r--r--testsuites/libtests/mathf/init.c3
3 files changed, 6 insertions, 4 deletions
diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog
index 9796426141..4dd83d3e66 100644
--- a/testsuites/libtests/ChangeLog
+++ b/testsuites/libtests/ChangeLog
@@ -1,3 +1,7 @@
+2011-12-09 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ * math/init.c, mathf/init.c: Use DEVFS since we do have devices.
+
2011-02-02 Joel Sherrill <joel.sherrilL@OARcorp.com>
* cpuuse/tswitch.c: Shrink memory requirements.
diff --git a/testsuites/libtests/math/init.c b/testsuites/libtests/math/init.c
index 60966af61c..4d50401cea 100644
--- a/testsuites/libtests/math/init.c
+++ b/testsuites/libtests/math/init.c
@@ -52,8 +52,7 @@ int main( void )
#define CONFIGURE_MAXIMUM_TASKS 1
#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
-
-#define CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
+#define CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
diff --git a/testsuites/libtests/mathf/init.c b/testsuites/libtests/mathf/init.c
index 7683ef5f3c..c06370023a 100644
--- a/testsuites/libtests/mathf/init.c
+++ b/testsuites/libtests/mathf/init.c
@@ -52,8 +52,7 @@ int main( void )
#define CONFIGURE_MAXIMUM_TASKS 1
#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
-
-#define CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
+#define CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE