summaryrefslogtreecommitdiff
path: root/t/helper/test-tool.h
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2018-03-24 07:44:48 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-03-27 15:45:47 (GMT)
commitc033cc15087da35edf2c4d634d664a73eed6c5e8 (patch)
treeea263c3d0f095d39824350c115020a28caba19e7 /t/helper/test-tool.h
parentd9cc2c87805dfde54a37c0bb33fdfa19122312b4 (diff)
downloadgit-c033cc15087da35edf2c4d634d664a73eed6c5e8.zip
git-c033cc15087da35edf2c4d634d664a73eed6c5e8.tar.gz
git-c033cc15087da35edf2c4d634d664a73eed6c5e8.tar.bz2
t/helper: merge test-online-cpus 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/helper/test-tool.h b/t/helper/test-tool.h
index cf25987..aeabc97 100644
--- a/t/helper/test-tool.h
+++ b/t/helper/test-tool.h
@@ -17,6 +17,7 @@ int cmd__lazy_init_name_hash(int argc, const char **argv);
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__sha1(int argc, const char **argv);
#endif