diff options
author | 2015-03-08 17:12:44 +0700 | |
---|---|---|
committer | 2015-03-12 13:45:18 -0700 | |
commit | a3ddcefd97b0e033eca045f07e0a262e1e7bb483 (patch) | |
tree | 02215f44e37c257e47ebb2808e99b9683c9486dd /Makefile | |
parent | update-index: test the system before enabling untracked cache (diff) | |
download | tgif-a3ddcefd97b0e033eca045f07e0a262e1e7bb483.tar.xz |
t7063: tests for untracked cache
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 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -570,6 +570,7 @@ TEST_PROGRAMS_NEED_X += test-date TEST_PROGRAMS_NEED_X += test-delta TEST_PROGRAMS_NEED_X += test-dump-cache-tree TEST_PROGRAMS_NEED_X += test-dump-split-index +TEST_PROGRAMS_NEED_X += test-dump-untracked-cache TEST_PROGRAMS_NEED_X += test-genrandom TEST_PROGRAMS_NEED_X += test-hashmap TEST_PROGRAMS_NEED_X += test-index-version |