diff options
author | 2018-03-24 08:44:37 +0100 | |
---|---|---|
committer | 2018-03-27 08:45:47 -0700 | |
commit | 9153dde5e2ec0c424e5468aa2aff8cec04214770 (patch) | |
tree | 016a9609c60d52c8801166cc25dd444eb8e9114b /Makefile | |
parent | t/helper: merge test-date into test-tool (diff) | |
download | tgif-9153dde5e2ec0c424e5468aa2aff8cec04214770.tar.xz |
t/helper: merge (unused) test-delta into test-tool
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -656,10 +656,10 @@ TEST_BUILTINS_OBJS += test-chmtime.o TEST_BUILTINS_OBJS += test-config.o TEST_BUILTINS_OBJS += test-ctype.o TEST_BUILTINS_OBJS += test-date.o +TEST_BUILTINS_OBJS += test-delta.o TEST_BUILTINS_OBJS += test-lazy-init-name-hash.o TEST_BUILTINS_OBJS += test-sha1.o -TEST_PROGRAMS_NEED_X += test-delta TEST_PROGRAMS_NEED_X += test-drop-caches TEST_PROGRAMS_NEED_X += test-dump-cache-tree TEST_PROGRAMS_NEED_X += test-dump-fsmonitor |