Path : /usr/share/doc/git-1.8.3.1/contrib/remote-helpers/ |
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)