summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-02-14 20:22:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-02-14 20:22:23 +0000
commit42c7336d5bdab826ea12bbfc93c5c73169224d23 (patch)
tree3dc15dd847d5e7377a657fc7382ea7639b5da24c /testsuites/sptests
parent2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-42c7336d5bdab826ea12bbfc93c5c73169224d23.tar.bz2
2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
* sp09/Makefile.am: Switch to all managers since this is all of them.
Diffstat (limited to 'testsuites/sptests')
-rw-r--r--testsuites/sptests/ChangeLog4
-rw-r--r--testsuites/sptests/sp09/Makefile.am3
2 files changed, 5 insertions, 2 deletions
diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog
index 2a4eeec0ce..a9a0136dce 100644
--- a/testsuites/sptests/ChangeLog
+++ b/testsuites/sptests/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ * sp09/Makefile.am: Switch to all managers since this is all of them.
+
2011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp69/init.c: Use "ld" instead of PRId32 to print
diff --git a/testsuites/sptests/sp09/Makefile.am b/testsuites/sptests/sp09/Makefile.am
index 4f796cb022..f09b35dfd1 100644
--- a/testsuites/sptests/sp09/Makefile.am
+++ b/testsuites/sptests/sp09/Makefile.am
@@ -2,8 +2,7 @@
## $Id$
##
-MANAGERS = io clock message dual_ported_memory event multi_processor region \
- semaphore signal rate_monotonic timer partition
+MANAGERS = all
rtems_tests_PROGRAMS = sp09
sp09_SOURCES = init.c delay.c isr.c screen01.c screen02.c screen03.c screen04.c \