Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
681
int
682
clar_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
693
static void abort_test(void)
694
{
Callers
4
cmd_main
Function · 0.85
main.c
File · 0.85
main.c
File · 0.85
main.c
File · 0.85
Calls
3
clar_test_init
Function · 0.85
clar_test_run
Function · 0.85
clar_test_shutdown
Function · 0.85
Tested by
1
cmd_main
Function · 0.68