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

Function test_tile_ch

unit_tests/library/tile.cpp:193–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void test_tile_ch(bool use_string_only_api)
194{
195 using namespace osrm;
196 auto osrm = getOSRM(OSRM_TEST_DATA_DIR "/ch/monaco.osrm", osrm::EngineConfig::Algorithm::CH);
197 validate_tile(osrm, use_string_only_api);
198}
199BOOST_AUTO_TEST_CASE(test_tile_ch_old_api) { test_tile_ch(true); }
200BOOST_AUTO_TEST_CASE(test_tile_ch_new_api) { test_tile_ch(false); }
201

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 2

getOSRMFunction · 0.85
validate_tileFunction · 0.85

Tested by

no test coverage detected