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

Function ReportTestResult

tests/src/engine/test_float.cpp:569–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567}
568
569bool ReportTestResult(char const* name, bool pass)
570{
571 printf("%s: %s\n", name, pass ? "PASS" : "FAIL");
572 return pass;
573}
574
575int main(int argc, char** argv)
576{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected