repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync with 2.38.4
[git.git]
/
t
/
helper
/
test-tool-utils.h
blob
6a0e5e0074fefa98d732947ea86eab4335d07d96
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