/srv/osrm/osrm-backend/third_party/libosmium/test/data-tests/include
NameSizeModeActions
check_basics_handler.hpp26400644editdlrm
check_wkt_handler.hpp27020644editdlrm
common.hpp7470644editdlrm
testdata-testcases.hpp1660644editdlrm
Edit: /srv/osrm/osrm-backend/third_party/libosmium/test/data-tests/include/common.hpp (747B)
#ifndef COMMON_HPP #define COMMON_HPP #include #include #include #include #include #include #include using index_neg_type = osmium::index::map::Dummy; using index_pos_type = osmium::index::map::SparseMemArray; using location_handler_type = osmium::handler::NodeLocationsForWays; #include "check_basics_handler.hpp" #include "check_wkt_handler.hpp" #include "testdata-testcases.hpp" #endif // COMMON_HPP