DEBSOURCES
Skip Quicknav
sources / git / 1%3A2.50.1-0.1 / t / helper / test-tool-utils.h
123456789
#ifndef TEST_TOOL_UTILS_H #define TEST_TOOL_UTILS_H struct test_cmd { const char *name; int (*fn)(int argc, const char **argv); }; #endif