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

Function BOOST_AUTO_TEST_CASE

unit_tests/library/table.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 }
89}
90BOOST_AUTO_TEST_CASE(test_table_three_coords_one_source_one_dest_matrix_old_api)
91{
92 test_table_three_coords_one_source_one_dest_matrix(true);
93}
94BOOST_AUTO_TEST_CASE(test_table_three_coords_one_source_one_dest_matrix_new_api)
95{
96 test_table_three_coords_one_source_one_dest_matrix(false);

Callers

nothing calls this directly

Tested by

no test coverage detected