t / helper / test-tool.hon commit t/helper: merge test-ctype into test-tool (e499894)
   1#ifndef __TEST_TOOL_H__
   2#define __TEST_TOOL_H__
   3
   4int cmd__chmtime(int argc, const char **argv);
   5int cmd__config(int argc, const char **argv);
   6int cmd__ctype(int argc, const char **argv);
   7int cmd__lazy_init_name_hash(int argc, const char **argv);
   8int cmd__sha1(int argc, const char **argv);
   9
  10#endif