contrib / remote-helpers / Makefileon commit submodule update: allow custom command to update submodule working tree (6cb5728)
   1TESTS := $(wildcard test*.sh)
   2
   3export T := $(addprefix $(CURDIR)/,$(TESTS))
   4export MAKE := $(MAKE) -e
   5export PATH := $(CURDIR):$(PATH)
   6export TEST_LINT := test-lint-executable test-lint-shell-syntax
   7
   8test:
   9        $(MAKE) -C ../../t $@
  10
  11$(TESTS):
  12        $(MAKE) -C ../../t $(CURDIR)/$@
  13
  14.PHONY: $(TESTS)