diff options
| author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2018-09-09 19:36:31 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-09-11 10:54:19 -0700 |
| commit | c9a1f4161ff6dcd995ec9184fcc6afb39e587c61 (patch) | |
| tree | f9af6cf7507fcf9e657cf7651dd6907bbf1da910 | |
| parent | f1ef0b024cb22d139e172daedb88852425ad5ad4 (diff) | |
| download | git-c9a1f4161ff6dcd995ec9184fcc6afb39e587c61.tar.gz | |
Makefile: add a hint about TEST_BUILTINS_OBJS
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
