diff options
| author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2018-09-09 19:36:30 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-09-11 10:54:19 -0700 |
| commit | f1ef0b024cb22d139e172daedb88852425ad5ad4 (patch) | |
| tree | cd51ace386a498a6fb99fc5a3ef1735813420acb /t/helper/test-tool.c | |
| parent | 2f17c78ceb0a861264f7d0335d6aadee14c765ad (diff) | |
| download | git-f1ef0b024cb22d139e172daedb88852425ad5ad4.tar.gz | |
t/helper: merge test-dump-fsmonitor 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 't/helper/test-tool.c')
| -rw-r--r-- | t/helper/test-tool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/helper/test-tool.c b/t/helper/test-tool.c index 9cc21024e9..6261c2fda0 100644 --- a/t/helper/test-tool.c +++ b/t/helper/test-tool.c @@ -14,6 +14,7 @@ static struct test_cmd cmds[] = { { "delta", cmd__delta }, { "drop-caches", cmd__drop_caches }, { "dump-cache-tree", cmd__dump_cache_tree }, + { "dump-fsmonitor", cmd__dump_fsmonitor }, { "dump-split-index", cmd__dump_split_index }, { "dump-untracked-cache", cmd__dump_untracked_cache }, { "example-decorate", cmd__example_decorate }, |
