t/helper: merge test-ctype into test-tool
[gitweb.git] / t / helper / test-tool.c
index f835e772c51bb6dd2f514a34ff19041ba476c8fb..a1999495a6bf4a3fcc5a43c3655b2ec02f98b59d 100644 (file)
@@ -8,6 +8,8 @@ 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 },
 };