Git 2.44-rc2
[git/gitster.git] / t / helper / test-tool-utils.h
blob6a0e5e0074fefa98d732947ea86eab4335d07d96
1 #ifndef TEST_TOOL_UTILS_H
2 #define TEST_TOOL_UTILS_H
4 struct test_cmd {
5 const char *name;
6 int (*fn)(int argc, const char **argv);
7 };
9 #endif