summaryrefslogtreecommitdiffstats
path: root/c/src/tests/sptests/sp19
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-15 17:40:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-15 17:40:38 +0000
commitb1a4ca844612fa83c856840d55bdb84764b82232 (patch)
tree39184f19397abf0befac1a727e4d1ada565051ba /c/src/tests/sptests/sp19
parentSwitched all bsps which had an implementation of sbrk.c which only (diff)
downloadrtems-b1a4ca844612fa83c856840d55bdb84764b82232.tar.bz2
Added line to install test screens so difftest does not have to have
a path back into the source tree. This would be better for binary distributions as well since you now have the correct output at the install point.
Diffstat (limited to '')
-rw-r--r--c/src/tests/sptests/sp19/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/tests/sptests/sp19/Makefile.in b/c/src/tests/sptests/sp19/Makefile.in
index 665686e755..787afbf4aa 100644
--- a/c/src/tests/sptests/sp19/Makefile.in
+++ b/c/src/tests/sptests/sp19/Makefile.in
@@ -56,6 +56,8 @@ CLOBBER_ADDITIONS +=
all: ${ARCH} $(SRCS) $(PGM)
$(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests
+ $(INSTALL) $(srcdir)/$(TEST).scn \
+ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)