about summary refs log tree commit diff
path: root/Test/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Test/Makefile.in')
-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