From e7b6a02b5ceb0edd93e9ee5d528065f1c6da3eb9 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 14 Mar 1997 11:43:55 +0000 Subject: [PATCH] lilypond-0.0.42 --- flower/test/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flower/test/Makefile b/flower/test/Makefile index 0ec87161b5..14bf4b9916 100644 --- a/flower/test/Makefile +++ b/flower/test/Makefile @@ -19,7 +19,7 @@ NAME =stringtest # include ./$(depth)/$(NAME)/.version MODULE_NAME = flower include ./$(depth)/flower/.version -build = ./$(depth)/flower/lib/.build +build = ./$(depth)/flower/test/$(outdir)/.build # # generic variables: @@ -76,7 +76,7 @@ LOADLIBES += # # MAINTARGET = $(EXECUTABLE) # MAINTARGET = $(LIBRARY) -MAINTARGET = $(bindir)/$(EXECUTABLE)# huh? +MAINTARGET = $(lily_bindir)/$(EXECUTABLE)# huh? # MAINTARGET = $(libdir)/$(LIBRARY)# huh? #default: $(MAINTARGET) @@ -84,7 +84,7 @@ BUILDSTRINGTEST=$(MAINTARGET) EXECSTRINGTEST=$(EXECUTABLE) default: $(BUILDSTRINGTEST) do-stringtest do-stringtest: - $(EXECSTRINGTEST) # should return error value if test fails + $(EXECSTRINGTEST) # should cmp with a 'standard result' dummy: -- 2.39.5