| 322 | } |
| 323 | |
| 324 | void test_tile_turns_ch(osrm::EngineConfig::Algorithm algorithm, bool use_string_only_api) |
| 325 | { |
| 326 | using namespace osrm; |
| 327 | auto osrm = getOSRM(OSRM_TEST_DATA_DIR "/ch/monaco.osrm", algorithm); |
| 328 | |
| 329 | test_tile_turns(osrm, use_string_only_api); |
| 330 | } |
| 331 | BOOST_AUTO_TEST_CASE(test_tile_turns_ch_old_api) |
| 332 | { |
| 333 | test_tile_turns_ch(osrm::EngineConfig::Algorithm::CH, true); |
no test coverage detected