Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
Socializer
Socializer
/
t
/
helper
/
test-tool-utils.h
Code
Commits
Pulls
CI/CD
82,037
test
bisect
jch
maint
master
next
seen
test
todo
h
9 lines
142 Bytes
Copy permalink
Copy
Raw
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