Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ TEST
Function
TEST
engine/dlib/src/test/test_pprint.cpp:21–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
#include
"../dlib/pprint.h"
20
21
TEST(dmPPrint, Init)
22
{
23
char buf[1024];
24
dmPPrint::Printer p(buf, sizeof(buf));
25
ASSERT_STREQ(
""
, buf);
26
}
27
28
TEST(dmPPrint, Simple)
29
{
Callers
nothing calls this directly
Calls
2
Printf
Method · 0.80
SetIndent
Method · 0.80
Tested by
no test coverage detected