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

Function test_tile_mld

unit_tests/library/tile.cpp:202–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200BOOST_AUTO_TEST_CASE(test_tile_ch_new_api) { test_tile_ch(false); }
201
202void test_tile_mld(bool use_string_only_api)
203{
204 using namespace osrm;
205 auto osrm = getOSRM(OSRM_TEST_DATA_DIR "/mld/monaco.osrm", osrm::EngineConfig::Algorithm::MLD);
206 validate_tile(osrm, use_string_only_api);
207}
208BOOST_AUTO_TEST_CASE(test_tile_mld_old_api) { test_tile_mld(true); }
209BOOST_AUTO_TEST_CASE(test_tile_mld_new_api) { test_tile_mld(false); }
210

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 2

getOSRMFunction · 0.85
validate_tileFunction · 0.85

Tested by

no test coverage detected