This is a companion git repository to our article about how to automatically detect memory leaks in unit-tests.
Make sure to clone this repository including the referenced submodule.
To build the tests:
cmake -S . -B build -GNinja -DCMAKE_BUILD_TYPE=Debug
cmake --build build
Run the tests:
ctest --test-dir build --verbose