TrackEngine/third_party/libosmium/test
2026-02-26 13:00:32 +01:00
..
catch First Commit 2026-02-26 13:00:32 +01:00
data-tests First Commit 2026-02-26 13:00:32 +01:00
examples First Commit 2026-02-26 13:00:32 +01:00
include First Commit 2026-02-26 13:00:32 +01:00
t First Commit 2026-02-26 13:00:32 +01:00
CMakeLists.txt First Commit 2026-02-26 13:00:32 +01:00
README First Commit 2026-02-26 13:00:32 +01:00
test_main.cpp First Commit 2026-02-26 13:00:32 +01:00
valgrind.supp First Commit 2026-02-26 13:00:32 +01: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.