/cppb

boilerplate code for unit-testing, code coverage, ci - all integrated

Primary LanguageC++MIT LicenseMIT

cppb language wercker status Coverage Status

boilerplate code for unit-testing, code coverage, ci - all integrated.

###Things to install before proceeding further

###Get started

  • Clone the repo git clone https://github.com/agauniyal/cppb.git

  • cd into project cd cppb

  • create build directory mkdir build && cd build

  • fire up meson and ninja meson .. && ninja

  • tests - ninja test

  • execute binaries created inside build directory