Code

[PATCH] cvs-migration.txt
[git.git] / t / Makefile
index 198c5eda7c76f2059ce96ad471cd059cb27867f9..6882e23be568ccf14f3adb0c766139086f2ee952 100644 (file)
@@ -2,14 +2,14 @@
 #
 # Copyright (c) 2005 Junio C Hamano
 #
-#OPTS=--verbose --debug
-OPTS=
+
+#GIT_TEST_OPTS=--verbose --debug
 
 T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)
 
-all::
-       @$(foreach t,$T,echo "*** $t ***"; sh $t $(OPTS) || exit; )
-       rm -fr trash
+all:
+       @$(foreach t,$T,echo "*** $t ***"; sh $t $(GIT_TEST_OPTS) || exit; )
+       @rm -fr trash
 
-clean::
+clean:
        rm -fr trash