projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
remote-hg: trivial reorganization
[git]
/
contrib
/
remote-helpers
/
Makefile
1
TESTS := $(wildcard test*.sh)
2
3
export T := $(addprefix $(CURDIR)/,$(TESTS))
4
export MAKE := $(MAKE) -e
5
export PATH := $(CURDIR):$(PATH)
6
export TEST_LINT := test-lint-executable test-lint-shell-syntax
7
8
test:
9
$(MAKE) -C ../../t $@
10
11
$(TESTS):
12
$(MAKE) -C ../../t $(CURDIR)/$@
13
14
.PHONY: $(TESTS)