contrib / remote-helpers / Makefileon commit send-email: /etc/ssl/certs/ directory may not be usable as ca_path (01645b7)
   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)