summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp04
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-30 19:53:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-30 19:53:42 +0000
commit7d1714545b80f8302dd1714333645d17797bf675 (patch)
tree0b75c1ca532a8d3ddd09e9590324856c8d582778 /testsuites/mptests/mp04
parent2008-01-30 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-7d1714545b80f8302dd1714333645d17797bf675.tar.bz2
2008-01-30 Joel Sherrill <joel.sherrill@OARcorp.com>
* mp01/node1/Makefile.am, mp01/node2/Makefile.am, mp02/node1/Makefile.am, mp02/node2/Makefile.am, mp03/node1/Makefile.am, mp03/node2/Makefile.am, mp04/node1/Makefile.am, mp04/node2/Makefile.am, mp05/node1/Makefile.am, mp05/node2/Makefile.am, mp06/node1/Makefile.am, mp06/node2/Makefile.am, mp07/node1/Makefile.am, mp07/node2/Makefile.am, mp08/node1/Makefile.am, mp08/node2/Makefile.am, mp09/node1/Makefile.am, mp09/node2/Makefile.am, mp10/node1/Makefile.am, mp10/node2/Makefile.am, mp11/node1/Makefile.am, mp11/node2/Makefile.am, mp12/node1/Makefile.am, mp12/node2/Makefile.am, mp13/node1/Makefile.am, mp13/node2/Makefile.am, mp14/node1/Makefile.am, mp14/node2/Makefile.am: Use all managers.
Diffstat (limited to 'testsuites/mptests/mp04')
-rw-r--r--testsuites/mptests/mp04/node1/Makefile.am2
-rw-r--r--testsuites/mptests/mp04/node2/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/mptests/mp04/node1/Makefile.am b/testsuites/mptests/mp04/node1/Makefile.am
index f9bd3db92b..ae5b6a0bd3 100644
--- a/testsuites/mptests/mp04/node1/Makefile.am
+++ b/testsuites/mptests/mp04/node1/Makefile.am
@@ -2,7 +2,7 @@
## $Id$
##
-MANAGERS = io mp
+MANAGERS = all
rtems_tests_PROGRAMS = mp04-node1.exe
mp04_node1_exe_SOURCES = ../init.c ../task1.c ../system.h
diff --git a/testsuites/mptests/mp04/node2/Makefile.am b/testsuites/mptests/mp04/node2/Makefile.am
index c6424d4b78..98fd156b22 100644
--- a/testsuites/mptests/mp04/node2/Makefile.am
+++ b/testsuites/mptests/mp04/node2/Makefile.am
@@ -2,7 +2,7 @@
## $Id$
##
-MANAGERS = io mp
+MANAGERS = all
rtems_tests_PROGRAMS = mp04-node2.exe
mp04_node2_exe_SOURCES = ../init.c ../task1.c ../system.h