MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / main

Function main

tests/src/engine/test_console_objects.cpp:266–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266int main(int, char** argv)
267{
268 try
269 {
270 test_variable_state();
271 test_console_variables();
272 test_ini();
273 }
274 catch (const std::runtime_error & err)
275 {
276 fprintf(stderr, "%s", err.what());
277 return 1;
278 }
279 return 0;
280}

Callers

nothing calls this directly

Calls 3

test_variable_stateFunction · 0.85
test_console_variablesFunction · 0.85
test_iniFunction · 0.85

Tested by

no test coverage detected