MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / test_tile_turns_ch

Function test_tile_turns_ch

unit_tests/library/tile.cpp:324–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324void 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}
331BOOST_AUTO_TEST_CASE(test_tile_turns_ch_old_api)
332{
333 test_tile_turns_ch(osrm::EngineConfig::Algorithm::CH, true);

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 2

getOSRMFunction · 0.85
test_tile_turnsFunction · 0.85

Tested by

no test coverage detected