MCPcopy Create free account
hub / github.com/git/git / clar_test

Function clar_test

t/unit-tests/clar/clar.c:681–691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

679}
680
681int
682clar_test(int argc, char **argv)
683{
684 int errors;
685
686 clar_test_init(argc, argv);
687 errors = clar_test_run();
688 clar_test_shutdown();
689
690 return errors;
691}
692
693static void abort_test(void)
694{

Callers 4

cmd_mainFunction · 0.85
main.cFile · 0.85
main.cFile · 0.85
main.cFile · 0.85

Calls 3

clar_test_initFunction · 0.85
clar_test_runFunction · 0.85
clar_test_shutdownFunction · 0.85

Tested by 1

cmd_mainFunction · 0.68