First, thanks for your help ! :+1:
Please base your Pull Requests off the master
branch.
Requirements to build and run the unit tests:
Pull Google Test / Google Mock subrepository:
$ git submodule init
$ git submodule update
Create build directory, run CMake, build and run unit tests:
$ mkdir build && cd build
$ cmake ..
$ make
$ ctest --verbose