mirror of
https://github.com/git/git.git
synced 2026-02-25 09:31:11 +00:00
Recently it was reported that a topic merged to 'next' broke build and test for contrib/subtree part of the system. Instead of having those who run 'next' or 'master' to hit the build and test breakage and report to us, make sure we notice breakages in contrib/ area before they hit my tree at all, during their own presubmit testing. Signed-off-by: Junio C Hamano <gitster@pobox.com>
11 lines
153 B
Makefile
11 lines
153 B
Makefile
all::
|
|
|
|
test::
|
|
$(MAKE) -C diff-highlight $@
|
|
$(MAKE) -C subtree $@
|
|
|
|
clean::
|
|
$(MAKE) -C contacts $@
|
|
$(MAKE) -C diff-highlight $@
|
|
$(MAKE) -C subtree $@
|