andrematias / boilerplate_cpp

Repository from Github https://github.comandrematias/boilerplate_cppRepository from Github https://github.comandrematias/boilerplate_cpp

Download CPPUTEST

git clone https://github.com/cpputest/cpputest.git ; cd cpputest
mkdir cmake-build ; cd cmake-build
cmake ../ -DCMAKE_INSTALL_PREFIX:PATH=/opt/cpputest-$(git describe)
make -j3

sudo make install
sudo ln -s /opt/cpputest-$(git describe) /opt/cpputest

Compile code

mkdir build ; cd build
CPPUTEST_HOME=/opt/cpputest/ cmake -DCOMPILE_TESTS=ON ../
make -j3

About


Languages

Language:CMake 82.6%Language:C++ 17.4%