projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'tr/unpack-entry-use-after-free-fix'
[git]
/
contrib
/
remote-helpers
/
Makefile
diff --git
a/contrib/remote-helpers/Makefile
b/contrib/remote-helpers/Makefile
index
9a76575
..
239161d
100644
(file)
--- a/
contrib/remote-helpers/Makefile
+++ b/
contrib/remote-helpers/Makefile
@@
-3,6
+3,7
@@
TESTS := $(wildcard test*.sh)
export T := $(addprefix $(CURDIR)/,$(TESTS))
export MAKE := $(MAKE) -e
export PATH := $(CURDIR):$(PATH)
+export TEST_LINT := test-lint-executable test-lint-shell-syntax
test:
$(MAKE) -C ../../t $@