MCPcopy Create free account
hub / github.com/OSGeo/gdal / TEST

Function TEST

autotest/cpp/testblockcachewrite.cpp:156–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154// ---------------------------------------------------------------------------
155
156TEST(testblockcachelimits, test)
157{
158 CPLSetConfigOption("GDAL_DEBUG_BLOCK_CACHE", "ON");
159 GDALGetCacheMax();
160
161 GDALAllRegister();
162
163 test1();
164 test2();
165
166 GDALDestroyDriverManager();
167}
168
169} // namespace

Callers

nothing calls this directly

Calls 3

test1Function · 0.85
GDALDestroyDriverManagerFunction · 0.85
test2Function · 0.70

Tested by

no test coverage detected