aboutsummaryrefslogtreecommitdiff
path: root/t/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 't/Makefile')
-rw-r--r--t/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/t/Makefile b/t/Makefile
index 198c5eda7..fc9f734fe 100644
--- a/t/Makefile
+++ b/t/Makefile
@@ -3,13 +3,12 @@
# Copyright (c) 2005 Junio C Hamano
#
#OPTS=--verbose --debug
-OPTS=
T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)
-all::
+all:
@$(foreach t,$T,echo "*** $t ***"; sh $t $(OPTS) || exit; )
- rm -fr trash
+ @rm -fr trash
-clean::
+clean:
rm -fr trash