summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuites/libtests/ChangeLog5
-rw-r--r--testsuites/libtests/monitor/Makefile.am3
-rw-r--r--testsuites/libtests/monitor02/Makefile.am3
3 files changed, 7 insertions, 4 deletions
diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog
index e41c97d261..6679797f35 100644
--- a/testsuites/libtests/ChangeLog
+++ b/testsuites/libtests/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2010-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* stringto01/init.c: Redefine LONG_LONG_MAX and LONG_LONG_MIN
diff --git a/testsuites/libtests/monitor/Makefile.am b/testsuites/libtests/monitor/Makefile.am
index 202c337684..c617bf186e 100644
--- a/testsuites/libtests/monitor/Makefile.am
+++ b/testsuites/libtests/monitor/Makefile.am
@@ -2,8 +2,7 @@
## $Id$
##
-MANAGERS = dpmem event io msg mp part region sem signal timer rate_monotonic \
- ext
+MANAGERS = all
rtems_tests_PROGRAMS = monitor
monitor_SOURCES = init.c system.h
diff --git a/testsuites/libtests/monitor02/Makefile.am b/testsuites/libtests/monitor02/Makefile.am
index 2792026063..fbcb2fce98 100644
--- a/testsuites/libtests/monitor02/Makefile.am
+++ b/testsuites/libtests/monitor02/Makefile.am
@@ -2,8 +2,7 @@
## $Id$
##
-MANAGERS = dpmem event io msg mp part region sem signal timer rate_monotonic \
- ext
+MANAGERS = all
rtems_tests_PROGRAMS = monitor02
monitor02_SOURCES = init.c system.h