]> git.ipfire.org Git - thirdparty/git.git/blob - t/helper/test-tool-utils.h
Merge branch 'jk/clone-allow-bare-and-o-together'
[thirdparty/git.git] / t / helper / test-tool-utils.h
1 #ifndef TEST_TOOL_UTILS_H
2 #define TEST_TOOL_UTILS_H
3
4 struct test_cmd {
5 const char *name;
6 int (*fn)(int argc, const char **argv);
7 };
8
9 #endif