summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp09
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp09')
-rw-r--r--testsuites/mptests/mp09/node1/Makefile.am2
-rw-r--r--testsuites/mptests/mp09/node2/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/mptests/mp09/node1/Makefile.am b/testsuites/mptests/mp09/node1/Makefile.am
index 19261173ac..e40107c103 100644
--- a/testsuites/mptests/mp09/node1/Makefile.am
+++ b/testsuites/mptests/mp09/node1/Makefile.am
@@ -2,7 +2,7 @@
## $Id$
##
-MANAGERS = io mp message
+MANAGERS = all
rtems_tests_PROGRAMS = mp09-node1.exe
mp09_node1_exe_SOURCES = ../init.c ../task1.c ../recvmsg.c ../sendmsg.c ../system.h
diff --git a/testsuites/mptests/mp09/node2/Makefile.am b/testsuites/mptests/mp09/node2/Makefile.am
index 470ff5fe08..bc19af7325 100644
--- a/testsuites/mptests/mp09/node2/Makefile.am
+++ b/testsuites/mptests/mp09/node2/Makefile.am
@@ -2,7 +2,7 @@
## $Id$
##
-MANAGERS = io mp message
+MANAGERS = all
rtems_tests_PROGRAMS = mp09-node2.exe
mp09_node2_exe_SOURCES = ../init.c ../task1.c ../recvmsg.c ../sendmsg.c ../system.h