osrm-backend/unit_tests
Dane Springmeyer 502d9e10c2 cmake fixes:
- Builds up ENGINE_LIBRARY_LISTING correctly to pass to pkg-config
    - Previous behavior had major flaw and would result in paths in libosrm.pc like: "-L-L"
      when the data was "-L/path -lfoo" or just "-lpthread" with no -L/path. It only worked correctly for static libraries
  - Refactors to call find_package for boost in one place (helps prepare for upcoming mason PR)
2016-10-20 12:09:27 -07:00
..
engine JSON instruction serialization fix. 2016-08-08 20:32:01 +03:00
extractor expose lanes as enums, adjusted for comments 2016-06-27 11:12:02 +02:00
fixtures Implement raster source feature to read data from third-party sources, to be used in lua profiles. 2015-09-03 22:28:18 -07:00
library Adapts Tile tests to protozero's strict iterator_range API from @daniel-j-h 2016-10-03 13:07:18 -04:00
mocks Turn Angles in OSRM were computed using a lookahead of 10 meters. 2016-10-20 10:47:29 +02:00
server test for tile that fails IsValid() check 2016-10-12 11:20:01 -04:00
util Initilialize tbb task scheduler correctly. Thanks @oxidase! 2016-10-19 18:30:06 +02:00
CMakeLists.txt cmake fixes: 2016-10-20 12:09:27 -07:00
engine_tests.cpp Remove license headers from project source files; global license 2016-01-04 19:06:32 +01:00
extractor_tests.cpp Remove license headers from project source files; global license 2016-01-04 19:06:32 +01:00
library_tests.cpp Library tests build system integration 2016-04-05 22:58:32 +02:00
server_tests.cpp Add viaroute suport for new API 2016-04-05 22:58:32 +02:00
util_tests.cpp Remove license headers from project source files; global license 2016-01-04 19:06:32 +01:00