Skip to content

Commit b81f21a

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 787bfe4 commit b81f21a

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

9696
test: $(GIT_SUBTREE_TEST)
97-
$(MAKE) -C t/ test
97+
$(MAKE) -C t/ all
9898

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

0 commit comments

Comments
 (0)