diff options
Diffstat (limited to 't/Makefile')
-rw-r--r-- | t/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/Makefile b/t/Makefile index 88e289fc8b..5c6de8169b 100644 --- a/t/Makefile +++ b/t/Makefile @@ -6,13 +6,14 @@ -include ../config.mak.autogen -include ../config.mak -#GIT_TEST_OPTS=--verbose --debug +#GIT_TEST_OPTS = --verbose --debug SHELL_PATH ?= $(SHELL) PERL_PATH ?= /usr/bin/perl TAR ?= $(TAR) RM ?= rm -f PROVE ?= prove DEFAULT_TEST_TARGET ?= test +TEST_LINT ?= test-lint-duplicates test-lint-executable # Shell quote; SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH)) |