From f6327463633636f59bb72d8d451764b185380c31 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:49:36 +0000 Subject: [PATCH] lilypond-0.0.78 --- flower/test/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/flower/test/Makefile b/flower/test/Makefile index ec93a1e545..207bcd10ce 100644 --- a/flower/test/Makefile +++ b/flower/test/Makefile @@ -16,9 +16,9 @@ depth = ../.. # identify module: # NAME =flower-test -# include ./$(depth)/$(NAME)/.version +# include ./$(depth)/$(NAME)/VERSION MODULE_NAME = flower -include ./$(depth)/flower/.version +include ./$(depth)/flower/VERSION # @@ -48,8 +48,7 @@ EXECSTRINGTEST=$(EXECUTABLE) # don't do the exec, as this might fail if flowerlib isn't installed yet. default: $(BUILDSTRINGTEST) - -do-stringtest: +test: $(EXECUTABLE) $(EXECSTRINGTEST) > $(outdir)/result cmp $(outdir)/result result -- 2.39.5