Browse Source

Merge branch 'jk/enable-test-lint-by-default'

We have two simple and quick tests to catch common mistakes when
writing test scripts, but we did not run them by default when
running tests.

* jk/enable-test-lint-by-default:
  tests: turn on test-lint by default
maint
Junio C Hamano 12 years ago
parent
commit
7f27ac56a5
  1. 1
      t/Makefile

1
t/Makefile

@ -13,6 +13,7 @@ TAR ?= $(TAR) @@ -13,6 +13,7 @@ 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))

Loading…
Cancel
Save