Browse Source

Use git-subtree test Makefile

Use the Makefile in contrib/subtree/t to run git-subtree tests.

Signed-off-by: David A. Greene <greened@obbligato.org>
maint
David A. Greene 13 years ago
parent
commit
311391da90
  1. 2
      contrib/subtree/Makefile

2
contrib/subtree/Makefile

@ -45,7 +45,7 @@ $(GIT_SUBTREE_XML): $(GIT_SUBTREE_TXT) @@ -45,7 +45,7 @@ $(GIT_SUBTREE_XML): $(GIT_SUBTREE_TXT)
-agit_version=$(gitver) $^

test:
./test.sh
$(MAKE) -C t/ test

clean:
rm -f *~ *.xml *.html *.1

Loading…
Cancel
Save