t / helper / test-tool.hon commit t/helper: merge test-sha1 into test-tool (dae2ff9)
   1#ifndef __TEST_TOOL_H__
   2#define __TEST_TOOL_H__
   3
   4int cmd__chmtime(int argc, const char **argv);
   5int cmd__sha1(int argc, const char **argv);
   6
   7#endif