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/mptests/mp05/node1/Makefile.in | 2 ++ c/src/tests/mptests/mp05/node2/Makefile.in | 2 ++ 2 files changed, 4 insertions(+) (limited to 'c/src/tests/mptests/mp05') diff --git a/c/src/tests/mptests/mp05/node1/Makefile.in b/c/src/tests/mptests/mp05/node1/Makefile.in index bb27221a23..11152003b2 100644 --- a/c/src/tests/mptests/mp05/node1/Makefile.in +++ b/c/src/tests/mptests/mp05/node1/Makefile.in @@ -55,6 +55,8 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests + $(INSTALL) $(srcdir)/$(TEST).scn \ + ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) diff --git a/c/src/tests/mptests/mp05/node2/Makefile.in b/c/src/tests/mptests/mp05/node2/Makefile.in index 5b988c2e8d..7c870c4a71 100644 --- a/c/src/tests/mptests/mp05/node2/Makefile.in +++ b/c/src/tests/mptests/mp05/node2/Makefile.in @@ -55,6 +55,8 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests + $(INSTALL) $(srcdir)/$(TEST).scn \ + ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -- cgit v1.2.3