Skip to content

Commit 7f27ac5

Browse files
committed
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
2 parents ea12a7d + 81127d7 commit 7f27ac5

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)