Hash : 156cfec0 Author : Date : 2012-12-19T00:12:26
Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#include "clar_libgit2.h" int main(int argc, char *argv[]) { int res; git_threads_init(); /* Run the test suite */ res = clar_test(argc, argv); giterr_clear(); git_threads_shutdown(); return res; }