contrib / remote-helpers / Makefileon commit Merge branch 'ap/maint-diff-rename-avoid-overlap' into maint-1.8.1 (8f780ca)
   1TESTS := $(wildcard test*.sh)
   2
   3export T := $(addprefix $(CURDIR)/,$(TESTS))
   4export MAKE := $(MAKE) -e
   5export PATH := $(CURDIR):$(PATH)
   6
   7test:
   8        $(MAKE) -C ../../t $@
   9
  10$(TESTS):
  11        $(MAKE) -C ../../t $(CURDIR)/$@
  12
  13.PHONY: $(TESTS)