diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2018-03-24 08:44:53 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-03-27 08:45:47 -0700 |
commit | 9038531f1bf71352aa9218e3ea45d5ff7721c4d5 (patch) | |
tree | a93b756c8d1485e5f0580963f2ad384cc140959a /t/helper/test-tool.c | |
parent | t/helper: merge test-ref-store into test-tool (diff) | |
download | tgif-9038531f1bf71352aa9218e3ea45d5ff7721c4d5.tar.xz |
t/helper: merge test-regex 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 706f88c482..37f17334dc 100644 --- a/t/helper/test-tool.c +++ b/t/helper/test-tool.c @@ -28,6 +28,7 @@ static struct test_cmd cmds[] = { { "prio-queue", cmd__prio_queue }, { "read-cache", cmd__read_cache }, { "ref-store", cmd__ref_store }, + { "regex", cmd__regex }, { "sha1", cmd__sha1 }, }; |