osrm-backend/third_party/libosmium/test
2024-09-28 20:35:05 +02:00
..
catch Bump osmium to version 2.20.0 (#6997) 2024-09-28 20:35:05 +02:00
data-tests Bump osmium to version 2.20.0 (#6997) 2024-09-28 20:35:05 +02:00
examples Update libosmium to 2.18.0. Fix problem with Docker image build. (#6303) 2022-08-16 18:26:21 +01:00
include Upgrade libosmium to v2.15.6 2020-11-17 14:59:06 -07:00
t Bump osmium to version 2.20.0 (#6997) 2024-09-28 20:35:05 +02:00
CMakeLists.txt Update libosmium to 2.18.0. Fix problem with Docker image build. (#6303) 2022-08-16 18:26:21 +01:00
README Merge commit 'a3a7a822e136d2357660d85124d8e7bb26ea6f7c' into subtrees-protozero-vtzero 2018-04-19 22:03:25 +03:00
test_main.cpp Merge commit '6eb4f090f98f6b17a23c57768c16b7716b6c9cbd' as 'third_party/libosmium' 2017-08-30 09:30:27 +00:00
valgrind.supp Merge commit '6eb4f090f98f6b17a23c57768c16b7716b6c9cbd' as 'third_party/libosmium' 2017-08-30 09:30:27 +00:00

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

Currently we are still using version 1.

Only one header file is needed (catch.hpp) which can be downloaded from
https://github.com/catchorg/Catch2/tree/Catch1.x and put into the include
directory.