summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp31
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-07 12:52:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-07 12:52:00 +0000
commitf068a6f98eacaca9158d0d2e178f3f5cf4bfa76d (patch)
treee54a7d4c6fc379253119da93223447bbee990e5b /testsuites/sptests/sp31
parent * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am, (diff)
downloadrtems-f068a6f98eacaca9158d0d2e178f3f5cf4bfa76d.tar.bz2
Misc. bugfixes.
Diffstat (limited to 'testsuites/sptests/sp31')
-rw-r--r--testsuites/sptests/sp31/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/sptests/sp31/Makefile.am b/testsuites/sptests/sp31/Makefile.am
index 0eac3c45b5..9305f3a672 100644
--- a/testsuites/sptests/sp31/Makefile.am
+++ b/testsuites/sptests/sp31/Makefile.am
@@ -7,9 +7,9 @@ TEST = sp31
MANAGERS = all
noinst_LIBRARIES = lib.a
-lib_a_SOURCES = delay.c init.c prtime.c task1.c
+lib_a_SOURCES = delay.c init.c prtime.c task1.c system.h
-DOCTYPES = scn
+DOCTYPES = doc scn
DOCS = $(DOCTYPES:%=$(TEST).%)
OBJS = $(lib_a_OBJECTS)