projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'jc/maint-fmt-merge-msg-no-edit-lose-credit'
[git]
/
t
/
Makefile
diff --git
a/t/Makefile
b/t/Makefile
index
3025418
..
5c6de81
100644
(file)
--- a/
t/Makefile
+++ b/
t/Makefile
@@
-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))