| 399 | } |
| 400 | |
| 401 | void test_tile_speeds_ch(osrm::EngineConfig::Algorithm algorithm, bool use_string_only_api) |
| 402 | { |
| 403 | using namespace osrm; |
| 404 | |
| 405 | auto osrm = getOSRM(OSRM_TEST_DATA_DIR "/ch/monaco.osrm", algorithm); |
| 406 | test_tile_speeds(osrm, use_string_only_api); |
| 407 | } |
| 408 | BOOST_AUTO_TEST_CASE(test_tile_speeds_ch_old_api) |
| 409 | { |
| 410 | test_tile_speeds_ch(osrm::EngineConfig::Algorithm::CH, true); |
no test coverage detected