Tests

Tests are written using Google test <https://github.com/google/googletest>. CMake will automatically clone and compile this testsuite.

To run the tests start by compiling the project, then you can run

$ ctest

or

$ make test

or

$./tests/libmd_tests