MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / main

Function main

tests/proto.cc:272–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272int main(int argc, const char* argv[])
273{
274 try
275 {
276 test_setting();
277 test_getting();
278 test_config();
279 test_load();
280 test_fields();
281 test_options();
282 test_findallfields();
283 test_rendering();
284 }
285 catch (const ErrorException& e)
286 {
287 fmt::print("uncaught error: {}\n", e.message);
288 return 1;
289 }
290 return 0;
291}

Callers

nothing calls this directly

Calls 9

test_settingFunction · 0.85
test_gettingFunction · 0.85
test_configFunction · 0.85
test_loadFunction · 0.85
test_fieldsFunction · 0.85
test_optionsFunction · 0.85
test_findallfieldsFunction · 0.85
test_renderingFunction · 0.85
printFunction · 0.85

Tested by

no test coverage detected