t/helper: merge test-ctype into test-tool
[gitweb.git] / t / helper / test-tool.c
index c23550291d714690e1f85e20727d456788ef3547..a1999495a6bf4a3fcc5a43c3655b2ec02f98b59d 100644 (file)
@@ -9,6 +9,7 @@ struct test_cmd {
 static struct test_cmd cmds[] = {
        { "chmtime", cmd__chmtime },
        { "config", cmd__config },
+       { "ctype", cmd__ctype },
        { "lazy-init-name-hash", cmd__lazy_init_name_hash },
        { "sha1", cmd__sha1 },
 };