diff options
| author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2018-09-09 19:36:29 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-09-11 10:54:19 -0700 |
| commit | 2f17c78ceb0a861264f7d0335d6aadee14c765ad (patch) | |
| tree | 054fd4a9ecd3143cde7cdfd107e98c532789aba2 /t/helper/test-tool.h | |
| parent | t/helper: merge test-pkt-line into test-tool (diff) | |
| download | git-2f17c78ceb0a861264f7d0335d6aadee14c765ad.tar.gz git-2f17c78ceb0a861264f7d0335d6aadee14c765ad.zip | |
t/helper: merge test-parse-options into test-tool
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/helper/test-tool.h')
| -rw-r--r-- | t/helper/test-tool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/helper/test-tool.h b/t/helper/test-tool.h index 7a0ac22ef7..527722f4b0 100644 --- a/t/helper/test-tool.h +++ b/t/helper/test-tool.h @@ -22,6 +22,7 @@ int cmd__match_trees(int argc, const char **argv); int cmd__mergesort(int argc, const char **argv); int cmd__mktemp(int argc, const char **argv); int cmd__online_cpus(int argc, const char **argv); +int cmd__parse_options(int argc, const char **argv); int cmd__path_utils(int argc, const char **argv); int cmd__pkt_line(int argc, const char **argv); int cmd__prio_queue(int argc, const char **argv); |
