contrib / remote-helpers / Makefileon commit Merge branch 'nd/urls-doc-no-file-hyperlink-fix' into maint (fc78791)
   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)