From: Nguyễn Thái Ngọc Duy Date: Sun, 9 Sep 2018 17:36:31 +0000 (+0200) Subject: Makefile: add a hint about TEST_BUILTINS_OBJS X-Git-Tag: v2.20.0-rc0~199^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9a1f4161ff6dcd995ec9184fcc6afb39e587c61;p=git Makefile: add a hint about TEST_BUILTINS_OBJS Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index ea7454632d..39d39257e0 100644 --- a/Makefile +++ b/Makefile @@ -744,6 +744,8 @@ TEST_BUILTINS_OBJS += test-urlmatch-normalization.o TEST_BUILTINS_OBJS += test-wildmatch.o TEST_BUILTINS_OBJS += test-write-cache.o +# Do not add more tests here unless they have extra dependencies. Add +# them in TEST_BUILTINS_OBJS above. TEST_PROGRAMS_NEED_X += test-fake-ssh TEST_PROGRAMS_NEED_X += test-line-buffer TEST_PROGRAMS_NEED_X += test-svn-fe