Skip to content

Commit d0f9456

Browse files
committed
Merge branch 'jk/enable-test-lint-by-default' into maint
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
2 parents b663af5 + 81127d7 commit d0f9456

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ TAR ?= $(TAR)
1313
RM ?= rm -f
1414
PROVE ?= prove
1515
DEFAULT_TEST_TARGET ?= test
16+
TEST_LINT ?= test-lint-duplicates test-lint-executable
1617

1718
# Shell quote;
1819
SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))

0 commit comments

Comments
 (0)