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

Function test_tile_nodes_ch

unit_tests/library/tile.cpp:462–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460}
461
462void test_tile_nodes_ch(osrm::EngineConfig::Algorithm algorithm, bool use_string_only_api)
463{
464 using namespace osrm;
465
466 auto osrm = getOSRM(OSRM_TEST_DATA_DIR "/ch/monaco.osrm", algorithm);
467 test_tile_nodes(osrm, use_string_only_api);
468}
469BOOST_AUTO_TEST_CASE(test_tile_node_ch_old_api)
470{
471 test_tile_nodes_ch(osrm::EngineConfig::Algorithm::CH, true);

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 2

getOSRMFunction · 0.85
test_tile_nodesFunction · 0.85

Tested by

no test coverage detected