Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t2200: check that "add -u" limits itself to subdirectory
[gitweb.git]
/
t
/
Makefile
diff --git
a/t/Makefile
b/t/Makefile
index a43becba9d154874ae6000e5be645367ab7ab6f1..1923cc104bc71e5a696676232d6f42b47a19de25 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))