Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
569
bool ReportTestResult(char const* name, bool pass)
570
{
571
printf(
"%s: %s\n"
, name, pass ?
"PASS"
:
"FAIL"
);
572
return pass;
573
}
574
575
int main(int argc, char** argv)
576
{
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected