summaryrefslogtreecommitdiff
path: root/t/helper/test-tool.c
diff options
context:
space:
mode:
authorJeff Hostetler <jeffhost@microsoft.com>2022-03-25 18:03:03 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-03-25 23:04:16 (GMT)
commit148405fb27980a63bb532d11f9ab242280052355 (patch)
tree141092939f55bdd88156db9dfc13327f35659fa5 /t/helper/test-tool.c
parentdd77cf61a1a2fbf52c94d0cd986d555ad2ba8a4b (diff)
downloadgit-148405fb27980a63bb532d11f9ab242280052355.zip
git-148405fb27980a63bb532d11f9ab242280052355.tar.gz
git-148405fb27980a63bb532d11f9ab242280052355.tar.bz2
t/helper/fsmonitor-client: create IPC client to talk to FSMonitor Daemon
Create an IPC client to send query and flush commands to the daemon. Signed-off-by: Jeff Hostetler <jeffhost@microsoft.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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/helper/test-tool.c b/t/helper/test-tool.c
index e6ec69c..0424f7a 100644
--- a/t/helper/test-tool.c
+++ b/t/helper/test-tool.c
@@ -32,6 +32,7 @@ static struct test_cmd cmds[] = {
{ "dump-untracked-cache", cmd__dump_untracked_cache },
{ "example-decorate", cmd__example_decorate },
{ "fast-rebase", cmd__fast_rebase },
+ { "fsmonitor-client", cmd__fsmonitor_client },
{ "genrandom", cmd__genrandom },
{ "genzeros", cmd__genzeros },
{ "getcwd", cmd__getcwd },