about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-12-08 21:36:57 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-08 21:36:57 +0000
commitc26ad33472bf4eb75a070904595e050e38323253 (patch)
tree454c3517822e93b83f78a74381ec4305f1e8d0c7 /Test
parent8b59b0a78c97db1e1bf7b12f99e0cad3cd9d71d6 (diff)
downloadzsh-c26ad33472bf4eb75a070904595e050e38323253.tar.gz
zsh-c26ad33472bf4eb75a070904595e050e38323253.tar.xz
zsh-c26ad33472bf4eb75a070904595e050e38323253.zip
zsh-workers/8954
Diffstat (limited to 'Test')
-rw-r--r--Test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/Makefile.in b/Test/Makefile.in
index d7ce57b8a..9fab0b2cf 100644
--- a/Test/Makefile.in
+++ b/Test/Makefile.in
@@ -40,7 +40,7 @@ INSTALL         = @INSTALL@
 
 # ========== DEPENDENCIES FOR TESTING ==========
 
-tests:
+check test:
 	for f in *.ztst; do \
 	  ../Src/zsh ztst.zsh $$f; \
 	done