From 31eb149c12cffa7477dcd8a84a8893eafec69b8e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 14 Feb 2011 20:50:46 +0000 Subject: 2011-02-14 Joel Sherrill * math/init.c, mathf/init.c, mathl/init.c: Now run. --- testsuites/libtests/ChangeLog | 4 ++++ testsuites/libtests/math/init.c | 3 +-- testsuites/libtests/mathf/init.c | 3 +-- testsuites/libtests/mathl/init.c | 3 +-- 4 files changed, 7 insertions(+), 6 deletions(-) (limited to 'testsuites') diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog index 9ddb8b5e56..58a6b51fb6 100644 --- a/testsuites/libtests/ChangeLog +++ b/testsuites/libtests/ChangeLog @@ -1,3 +1,7 @@ +2011-02-14 Joel Sherrill + + * math/init.c, mathf/init.c, mathl/init.c: Now run. + 2011-02-14 Joel Sherrill * complex/Makefile.am, complex/init.c: Test now runs. 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 diff --git a/testsuites/libtests/mathl/init.c b/testsuites/libtests/mathl/init.c index 3d3454de8b..a56f5b8d86 100644 --- a/testsuites/libtests/mathl/init.c +++ b/testsuites/libtests/mathl/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 -- cgit v1.2.3