| 154 | // --------------------------------------------------------------------------- |
| 155 | |
| 156 | TEST(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 |
nothing calls this directly
no test coverage detected