osrm-backend/test
Daniel J. Hofmann 6f885b5bdb Squashed 'third_party/libosmium/' changes from 40c4a48..d5ecf4d
d5ecf4d Release v2.10.2
7c04564 Update embedded protozero to version 1.4.4.
e209d81 Write code for 64bit systems, so it compiles on 32bit w/o warning.
640217c Fix buffer overflow.
8b4620f Release v2.10.1
38bf3ab Update protozero to 1.4.3.
f81b3c6 Fix IdSet on 32 bit.
5ff4753 Workaround so the test works on 32bit systems.
7542694 Include our endian.hpp before using the endianness test macros.

git-subtree-dir: third_party/libosmium
git-subtree-split: d5ecf4df90e2995c816886d2a002c3d3de7062ee
2016-11-16 11:33:59 +01:00
..
data-tests Squashed 'third_party/libosmium/' changes from 80df1d6..40c4a48 2016-11-11 15:50:02 +01:00
examples Squashed 'third_party/libosmium/' changes from 80df1d6..40c4a48 2016-11-11 15:50:02 +01:00
include Squashed 'third_party/libosmium/' changes from 80df1d6..40c4a48 2016-11-11 15:50:02 +01:00
t Squashed 'third_party/libosmium/' changes from 40c4a48..d5ecf4d 2016-11-16 11:33:59 +01:00
CMakeLists.txt Squashed 'third_party/libosmium/' changes from 80df1d6..40c4a48 2016-11-11 15:50:02 +01:00
README Squashed 'third_party/libosmium/' changes from 2282c84..80df1d6 2016-10-03 13:08:59 -04:00
test_main.cpp Squashed 'third_party/libosmium/' content from commit 2282c84 2016-03-01 17:56:55 +01:00
valgrind.supp Squashed 'third_party/libosmium/' content from commit 2282c84 2016-03-01 17:56:55 +01:00

Osmium uses Catch (https://github.com/philsquared/Catch/) for its unit tests.

Only one header file is needed (catch.hpp) which can be downloaded from
http://builds.catch-lib.net/ and put into the include directory.