summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-02-03 22:16:00 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-02-03 22:16:00 (GMT)
commitda94a08967155212a6948f01cd30f5e9b36191a8 (patch)
tree6699714bfee3ed237c8d21e05f419653a5a10bfb /contrib
parentbd6934af9bb8c4b86026d6aeb3a9c85d32ae1790 (diff)
parent43cce5c8ed48ab955b3347f999cda7c1c33dde0a (diff)
downloadgit-da94a08967155212a6948f01cd30f5e9b36191a8.zip
git-da94a08967155212a6948f01cd30f5e9b36191a8.tar.gz
git-da94a08967155212a6948f01cd30f5e9b36191a8.tar.bz2
Merge branch 'dg/subtree-test'
* dg/subtree-test: contrib/subtree: Make testing easier
Diffstat (limited to 'contrib')
-rw-r--r--contrib/subtree/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/subtree/Makefile b/contrib/subtree/Makefile
index 3071baf..6afa9aa 100644
--- a/contrib/subtree/Makefile
+++ b/contrib/subtree/Makefile
@@ -37,6 +37,7 @@ GIT_SUBTREE_DOC := git-subtree.1
GIT_SUBTREE_XML := git-subtree.xml
GIT_SUBTREE_TXT := git-subtree.txt
GIT_SUBTREE_HTML := git-subtree.html
+GIT_SUBTREE_TEST := ../../git-subtree
all:: $(GIT_SUBTREE)
@@ -71,7 +72,10 @@ $(GIT_SUBTREE_HTML): $(GIT_SUBTREE_TXT)
$(ASCIIDOC) -b xhtml11 -d manpage -f $(ASCIIDOC_CONF) \
-agit_version=$(GIT_VERSION) $^
-test:
+$(GIT_SUBTREE_TEST): $(GIT_SUBTREE)
+ cp $< $@
+
+test: $(GIT_SUBTREE_TEST)
$(MAKE) -C t/ test
clean: