Skip to content

Commit 9080f21

Browse files
vdyedscho
authored andcommitted
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 7da3fe1 commit 9080f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/subtree/Makefile

+1-1
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)