Skip to content

Commit c9a1f41

Browse files
pcloudsgitster
authored andcommitted
Makefile: add a hint about TEST_BUILTINS_OBJS
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f1ef0b0 commit c9a1f41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,8 @@ TEST_BUILTINS_OBJS += test-urlmatch-normalization.o
744744
TEST_BUILTINS_OBJS += test-wildmatch.o
745745
TEST_BUILTINS_OBJS += test-write-cache.o
746746

747+
# Do not add more tests here unless they have extra dependencies. Add
748+
# them in TEST_BUILTINS_OBJS above.
747749
TEST_PROGRAMS_NEED_X += test-fake-ssh
748750
TEST_PROGRAMS_NEED_X += test-line-buffer
749751
TEST_PROGRAMS_NEED_X += test-svn-fe

0 commit comments

Comments
 (0)