MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / test_status_string

Function test_status_string

deps/memkind/src/jemalloc/test/src/test.c:89–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89static const char *
90test_status_string(test_status_t test_status) {
91 switch (test_status) {
92 case test_status_pass: return "pass";
93 case test_status_skip: return "skip";
94 case test_status_fail: return "fail";
95 default: not_reached();
96 }
97}
98
99void
100p_test_init(const char *name) {

Callers 2

p_test_finiFunction · 0.70
p_test_implFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected