Sign in
googlers
/
jrn
/
git
/
f5b2af06f55c0f21ae0199be5fe120f2cccd698b
/
.
/
t
/
helper
/
test-tool-utils.h
blob: 6a0e5e0074fefa98d732947ea86eab4335d07d96 [
file
] [
log
] [
blame
]
#ifndef
TEST_TOOL_UTILS_H
#define
TEST_TOOL_UTILS_H
struct
test_cmd
{
const
char
*
name
;
int
(*
fn
)(
int
argc
,
const
char
**
argv
);
};
#endif