Skip to content

Commit 311391d

Browse files
committed
Use git-subtree test Makefile
Use the Makefile in contrib/subtree/t to run git-subtree tests. Signed-off-by: David A. Greene <[email protected]>
1 parent c3d884a commit 311391d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/subtree/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $(GIT_SUBTREE_XML): $(GIT_SUBTREE_TXT)
4545
-agit_version=$(gitver) $^
4646

4747
test:
48-
./test.sh
48+
$(MAKE) -C t/ test
4949

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

0 commit comments

Comments
 (0)