This project contains common utility classes used in the chistadata database proxy
Make
https://www.gnu.org/software/make
CMake
https://cmake.org/install/
build the asabru app from the root of the repository
mkdir build
cd build
cmake ..
make
cd build
ctest
cd build
cmake ..;make;
make gcov;
make coverage;
The coverage report will be generated at build/gcoverage/coverage.html