From b1a4ca844612fa83c856840d55bdb84764b82232 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 15 Apr 1997 17:40:38 +0000 Subject: 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. --- c/src/tests/sptests/sp19/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c/src/tests/sptests/sp19/Makefile.in') 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) -- cgit v1.2.3