]> git.ipfire.org Git - thirdparty/git.git/blob - t/helper/test-tool.h
t/helper: merge test-drop-caches into test-tool
[thirdparty/git.git] / t / helper / test-tool.h
1 #ifndef __TEST_TOOL_H__
2 #define __TEST_TOOL_H__
3
4 int cmd__chmtime(int argc, const char **argv);
5 int cmd__config(int argc, const char **argv);
6 int cmd__ctype(int argc, const char **argv);
7 int cmd__date(int argc, const char **argv);
8 int cmd__delta(int argc, const char **argv);
9 int cmd__drop_caches(int argc, const char **argv);
10 int cmd__lazy_init_name_hash(int argc, const char **argv);
11 int cmd__sha1(int argc, const char **argv);
12
13 #endif