Your IP : 3.147.51.147


Current Path : /proc/4653/root/usr/share/doc/git-1.8.3.1/contrib/remote-helpers/
Upload File :
Current File : //proc/4653/root/usr/share/doc/git-1.8.3.1/contrib/remote-helpers/Makefile

TESTS := $(wildcard test*.sh)

export T := $(addprefix $(CURDIR)/,$(TESTS))
export MAKE := $(MAKE) -e
export PATH := $(CURDIR):$(PATH)
export TEST_LINT := test-lint-executable test-lint-shell-syntax

test:
	$(MAKE) -C ../../t $@

$(TESTS):
	$(MAKE) -C ../../t $(CURDIR)/$@

.PHONY: $(TESTS)