MCPcopy Create free account
hub / github.com/containers/bubblewrap / main

Function main

tests/test-utils.c:234–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234int
235main (int argc UNUSED,
236 char **argv UNUSED)
237{
238 setvbuf (stdout, NULL, _IONBF, 0);
239 test_n_elements ();
240 test_strconcat ();
241 test_strconcat3 ();
242 test_has_prefix ();
243 test_has_path_prefix ();
244 test_string_builder ();
245 printf ("1..%u\n", test_number);
246 return 0;
247}

Callers

nothing calls this directly

Calls 6

test_n_elementsFunction · 0.85
test_strconcatFunction · 0.85
test_strconcat3Function · 0.85
test_has_prefixFunction · 0.85
test_has_path_prefixFunction · 0.85
test_string_builderFunction · 0.85

Tested by

no test coverage detected