From 681f0a18d732ed79f988deb57dc4c9e93412405b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 14 Feb 2011 20:24:08 +0000 Subject: 2011-02-14 Joel Sherrill * monitor/Makefile.am, monitor02/Makefile.am: Switch to all managers since this is all of them. --- testsuites/libtests/ChangeLog | 5 +++++ testsuites/libtests/monitor/Makefile.am | 3 +-- testsuites/libtests/monitor02/Makefile.am | 3 +-- 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 + + * monitor/Makefile.am, monitor02/Makefile.am: Switch to all managers + since this is all of them. + 2010-02-11 Ralf Corsépius * 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 -- cgit v1.2.3