]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/helper/test-tool.c
t/helper: merge test-drop-caches into test-tool
[thirdparty/git.git] / t / helper / test-tool.c
index 52d30b80eb2b8688c2bfcde2577ab692c16402c3..3ebd962dfb305a9e1ca3134ea8fc12b3a164ba9f 100644 (file)
@@ -12,6 +12,7 @@ static struct test_cmd cmds[] = {
        { "ctype", cmd__ctype },
        { "date", cmd__date },
        { "delta", cmd__delta },
+       { "drop-caches", cmd__drop_caches },
        { "lazy-init-name-hash", cmd__lazy_init_name_hash },
        { "sha1", cmd__sha1 },
 };