Skip to content

Commit 883b167

Browse files
vdyeGit for Windows Build Agent
authored and
Git for Windows Build Agent
committed
subtree: update contrib/subtree test target
The intention of this change is to align with how the top-level git `Makefile` defines its own test target (which also internally calls `$(MAKE) -C t/ all`). This change also ensures the consistency of `make -C contrib/subtree test` with other testing in CI executions (which rely on `$DEFAULT_TEST_TARGET` being defined as `prove`). Signed-off-by: Victoria Dye <[email protected]>
1 parent 38dde25 commit 883b167

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
@@ -95,7 +95,7 @@ $(GIT_SUBTREE_TEST): $(GIT_SUBTREE)
9595
cp $< $@
9696

9797
test: $(GIT_SUBTREE_TEST)
98-
$(MAKE) -C t/ test
98+
$(MAKE) -C t/ all
9999

100100
clean:
101101
$(RM) $(GIT_SUBTREE)

0 commit comments

Comments
 (0)