summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-02-14 20:24:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-02-14 20:24:27 +0000
commita93627ce49e036456c676df3cbc23089c52cb3d4 (patch)
treec57214ab0542d682e233998991655b757190224d /testsuites
parent2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-a93627ce49e036456c676df3cbc23089c52cb3d4.tar.bz2
2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
* complex/Makefile.am, complex/init.c: Test now runs.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/libtests/ChangeLog4
-rw-r--r--testsuites/libtests/complex/Makefile.am2
-rw-r--r--testsuites/libtests/complex/init.c3
3 files changed, 7 insertions, 2 deletions
diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog
index 6679797f35..9ddb8b5e56 100644
--- a/testsuites/libtests/ChangeLog
+++ b/testsuites/libtests/ChangeLog
@@ -1,5 +1,9 @@
2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
+ * complex/Makefile.am, complex/init.c: Test now runs.
+
+2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
* monitor/Makefile.am, monitor02/Makefile.am: Switch to all managers
since this is all of them.
diff --git a/testsuites/libtests/complex/Makefile.am b/testsuites/libtests/complex/Makefile.am
index b9a12c5b2e..ae3a836be8 100644
--- a/testsuites/libtests/complex/Makefile.am
+++ b/testsuites/libtests/complex/Makefile.am
@@ -37,7 +37,7 @@ include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
if HAS_COMPLEX
-complex_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) -lm
+complex_LDADD = -lm
LINK_OBJS = $(complex_OBJECTS) $(complex_LDADD)
LINK_LIBS = $(complex_LDLIBS)
diff --git a/testsuites/libtests/complex/init.c b/testsuites/libtests/complex/init.c
index c4a325c8ad..c2dff7ea3e 100644
--- a/testsuites/libtests/complex/init.c
+++ b/testsuites/libtests/complex/init.c
@@ -58,8 +58,9 @@ int main( void )
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_MAXIMUM_TASKS 1
-#define CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
+#define CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM
+#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_INIT