HOME


Mini Shell 1.0
DIR:/usr/share/doc/git-1.8.3.1/contrib/remote-helpers/
Upload File :
Current File : //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)