1
0
mirror of https://github.com/git/git.git synced 2024-09-30 06:42:15 +02:00
git/contrib/remote-helpers/Makefile

14 lines
227 B
Makefile
Raw Normal View History

TESTS := $(wildcard test*.sh)
export T := $(addprefix $(CURDIR)/,$(TESTS))
export MAKE := $(MAKE) -e
export PATH := $(CURDIR):$(PATH)
test:
$(MAKE) -C ../../t $@
$(TESTS):
$(MAKE) -C ../../t $(CURDIR)/$@
.PHONY: $(TESTS)