From c26ad33472bf4eb75a070904595e050e38323253 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 8 Dec 1999 21:36:57 +0000 Subject: zsh-workers/8954 --- Makefile.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 0dbf92616..20793167f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -46,9 +46,6 @@ all: config.h (cd $$subdir && $(MAKE) $(MAKEDEFS) $@) || exit 1; \ done -check test: - @echo zsh test suite not available yet - # prepare module configuration prep: @cd Src && $(MAKE) $(MAKEDEFS) $@ @@ -87,6 +84,10 @@ install.fns uninstall.fns: install.info uninstall.info: @cd Doc && $(MAKE) $(MAKEDEFS) $@ +# ========== DEPENDENCIES FOR TESTING ========== +check test: + cd Test ; $(MAKE) check + # ========== DEPENDENCIES FOR CLEANUP ========== @CLEAN_MK@ -- cgit 1.4.1