summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Peart <benpeart@microsoft.com>2017-09-22 16:35:44 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-10-01 08:23:05 (GMT)
commitdd3551f4918967f7153150fd615054d7878490e4 (patch)
treefe0162f122526187fde33f5ea62344b8e71970d9 /Makefile
parent9d406cba45c871e1a777e43b37eade36ef091528 (diff)
downloadgit-dd3551f4918967f7153150fd615054d7878490e4.zip
git-dd3551f4918967f7153150fd615054d7878490e4.tar.gz
git-dd3551f4918967f7153150fd615054d7878490e4.tar.bz2
fsmonitor: add a test tool to dump the index extension
Add a test utility (test-dump-fsmonitor) that will dump the fsmonitor index extension. Signed-off-by: Ben Peart <benpeart@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9d6ec9c..d970cd0 100644
--- a/Makefile
+++ b/Makefile
@@ -639,6 +639,7 @@ TEST_PROGRAMS_NEED_X += test-config
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-fsmonitor
TEST_PROGRAMS_NEED_X += test-dump-split-index
TEST_PROGRAMS_NEED_X += test-dump-untracked-cache
TEST_PROGRAMS_NEED_X += test-fake-ssh