osrm-backend/test
Patrick Niklaus b91c2f0299 Squashed 'third_party/libosmium/' changes from c1f34c455..9fd2348c6
9fd2348c6 Release v2.11.3
ed708286e Fix namespace.
835df8a7f Fix multipolygon assembler.
0979ab529 Fix areas assembler algorithm.
801f84c62 Bugfix: Invalid use of iterators.
f85653820 Read OPL file correctly even if trailing newline in file missing.
a31571c0f Release v2.11.2
a3903b368 Use minimum size of 64 bytes for buffers.
b86bafefe Release v2.11.1
32ebf736c Updated change log.
632ea5198 Bugfix: Call get_creator_function() in main thread.
ddc79eee7 Add test for not correctly handled unsupported_file_format_error.
86197a14f Bugfix: Terminate called on full buffer.
4340be8ad Fix the Filter::count() method.

git-subtree-dir: third_party/libosmium
git-subtree-split: 9fd2348c6956b6e1b930b50850e99eb31207ed50
2017-07-18 21:08:32 +00: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 d5ecf4d..c1f34c4 2017-01-20 14:05:21 +01:00
include Squashed 'third_party/libosmium/' changes from d5ecf4d..c1f34c4 2017-01-20 14:05:21 +01:00
t Squashed 'third_party/libosmium/' changes from c1f34c455..9fd2348c6 2017-07-18 21:08:32 +00:00
CMakeLists.txt Squashed 'third_party/libosmium/' changes from c1f34c455..9fd2348c6 2017-07-18 21:08:32 +00: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.