Skip to content

Files

Latest commit

1b6ef71 · Aug 27, 2014

History

History
30 lines (20 loc) · 598 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 598 Bytes

playground project to test out cpp build tool chain

Build Status

requirements:

  • development essentials
  • cmake

optional:

  • cppcheck && sonar-runner for sonar reports

to build project:

$ ./build.sh

each module test is executable itself, providing a lot more output:

$ build/MyModuleTest

to run sonar analysis:

$ ./sonar.sh

this requires...

  • cppchecker & sonar-runner need to be on the PATH
  • a sonarqube instance is expected to run at localhost:9000