| 191 | } |
| 192 | |
| 193 | void test_tile_ch(bool use_string_only_api) |
| 194 | { |
| 195 | using namespace osrm; |
| 196 | auto osrm = getOSRM(OSRM_TEST_DATA_DIR "/ch/monaco.osrm", osrm::EngineConfig::Algorithm::CH); |
| 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 |
no test coverage detected