summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp05
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/mp05
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/mp05')
-rw-r--r--testsuites/mptests/mp05/node1/Makefile.am2
-rw-r--r--testsuites/mptests/mp05/node2/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/mptests/mp05/node1/Makefile.am b/testsuites/mptests/mp05/node1/Makefile.am
index 39e2170af0..f8b014c491 100644
--- a/testsuites/mptests/mp05/node1/Makefile.am
+++ b/testsuites/mptests/mp05/node1/Makefile.am
@@ -2,7 +2,7 @@
## $Id$
##
-MANAGERS = io mp signal timer
+MANAGERS = all
rtems_tests_PROGRAMS = mp05-node1.exe
mp05_node1_exe_SOURCES = ../init.c ../asr.c ../task1.c ../system.h
diff --git a/testsuites/mptests/mp05/node2/Makefile.am b/testsuites/mptests/mp05/node2/Makefile.am
index 690b7af478..5a9ae06c47 100644
--- a/testsuites/mptests/mp05/node2/Makefile.am
+++ b/testsuites/mptests/mp05/node2/Makefile.am
@@ -2,7 +2,7 @@
## $Id$
##
-MANAGERS = io mp signal timer
+MANAGERS = all
rtems_tests_PROGRAMS = mp05-node2.exe
mp05_node2_exe_SOURCES = ../init.c ../asr.c ../task1.c ../system.h