/cpp_dev_skeleton

C++11 unit test demo using Google Test deployed to Travis-CI with test coverage deployed to Coveralls.

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Build Status Coverage Status License

cpp_dev_skeleton

C/C++ unit test demo using Google Test deployed to Travis-CI with test coverage deployed to Coveralls.

How to build this demo

git clone --recursive https://github.com/jing-q-xu/cpp_dev_skeleton.git
cd cpp_dev_skeleton
mkdir build
cd build
cmake ..
make -j
cd ..
./run_test