• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

catch/H16-Dec-2021-17,96013,690

data-tests/H03-May-2022-3,1262,601

examples/t/H03-May-2022-405384

include/H16-Dec-2021-10557

t/H16-Dec-2021-14,94711,842

READMEH A D16-Dec-2021276 95

test_main.cppH A D16-Dec-202147 32

valgrind.suppH A D16-Dec-2021961 4846

README

1Osmium uses Catch (https://github.com/catchorg/Catch2/) for its unit tests.
2
3Currently we are still using version 1.
4
5Only one header file is needed (catch.hpp) which can be downloaded from
6https://github.com/catchorg/Catch2/tree/Catch1.x and put into the include
7directory.
8
9