Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > d28404d4d14ca660a93fab4499df6665 > files > 345

git-core-1.8.4.5-1.mga4.x86_64.rpm

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)