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 + + * sp09/Makefile.am: Switch to all managers since this is all of them. + 2011-02-08 Ralf Corsépius * 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 \