From 7ee719e18074a47e41dd315fcf8ced777a71adbd Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Sun, 4 Nov 2012 03:13:32 +0100 Subject: remote-hg: add basic tests Signed-off-by: Felipe Contreras Signed-off-by: Jeff King --- contrib/remote-helpers/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 contrib/remote-helpers/Makefile (limited to 'contrib/remote-helpers/Makefile') diff --git a/contrib/remote-helpers/Makefile b/contrib/remote-helpers/Makefile new file mode 100644 index 0000000000..9a76575f78 --- /dev/null +++ b/contrib/remote-helpers/Makefile @@ -0,0 +1,13 @@ +TESTS := $(wildcard test*.sh) + +export T := $(addprefix $(CURDIR)/,$(TESTS)) +export MAKE := $(MAKE) -e +export PATH := $(CURDIR):$(PATH) + +test: + $(MAKE) -C ../../t $@ + +$(TESTS): + $(MAKE) -C ../../t $(CURDIR)/$@ + +.PHONY: $(TESTS) -- cgit v1.2.3