| 197 | validate_tile(osrm, use_string_only_api); |
| 198 | } |
| 199 | BOOST_AUTO_TEST_CASE(test_tile_ch_old_api) { test_tile_ch(true); } |
| 200 | BOOST_AUTO_TEST_CASE(test_tile_ch_new_api) { test_tile_ch(false); } |
| 201 | |
| 202 | void test_tile_mld(bool use_string_only_api) |
nothing calls this directly
no test coverage detected