Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/http-error-messages'
[gitweb.git]
/
contrib
/
remote-helpers
/
Makefile
diff --git
a/contrib/remote-helpers/Makefile
b/contrib/remote-helpers/Makefile
index 9a76575f78f7c2cc6154c0a0d57f732de1e7f5d9..239161de33373d4ca97581a242cac848463fbbf3 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 $@