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

Function test_n_elements

tests/test-utils.c:122–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122static void
123test_n_elements (void)
124{
125 int three[] = { 1, 2, 3 };
126 g_assert_cmpuint (N_ELEMENTS (three), ==, 3);
127}
128
129static void
130test_strconcat (void)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected