MCPcopy Create free account
hub / github.com/coreboot/coreboot / main

Function main

util/cbfstool/test.c:329–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329int main(void)
330{
331 int result = fmap_test();
332
333 puts("");
334 puts("===");
335 puts("");
336 if (!result)
337 puts("RESULT: All unit tests PASSED.");
338 else
339 puts("RESULT: One or more tests FAILED!");
340
341 return result;
342}

Callers

nothing calls this directly

Calls 2

fmap_testFunction · 0.85
putsFunction · 0.85

Tested by

no test coverage detected