summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp08/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-11 20:26:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-11 20:26:59 +0000
commit6a4ccdf998fe0774df08d614dc61366f4bfea867 (patch)
treed6cbadcfb925cf4ee11bcea58aa63ffc08e44ceb /testsuites/sptests/sp08/Makefile.am
parent2011-03-11 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-6a4ccdf998fe0774df08d614dc61366f4bfea867.tar.bz2
2011-03-11 Joel Sherrill <joel.sherrilL@OARcorp.com>
* sp08/Makefile.am, sp08/init.c, sp08/sp08.scn, sp09/screen07.c, sp09/sp09.scn: Improve coverage. Change mode while system not up and broadcast a message that is too large. * sp08/system.h, sp08/task1.c: Removed.
Diffstat (limited to 'testsuites/sptests/sp08/Makefile.am')
-rw-r--r--testsuites/sptests/sp08/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/testsuites/sptests/sp08/Makefile.am b/testsuites/sptests/sp08/Makefile.am
index e61c96d63a..0e195c2a13 100644
--- a/testsuites/sptests/sp08/Makefile.am
+++ b/testsuites/sptests/sp08/Makefile.am
@@ -2,10 +2,8 @@
## $Id$
##
-MANAGERS = io semaphore clock
-
rtems_tests_PROGRAMS = sp08
-sp08_SOURCES = init.c task1.c system.h
+sp08_SOURCES = init.c
dist_rtems_tests_DATA = sp08.scn
dist_rtems_tests_DATA += sp08.doc
@@ -14,8 +12,6 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-sp08_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(sp08_OBJECTS) $(sp08_LDADD)