dmatetelki / seed

Project template with autobuild, unittest and doc generator tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seed
====

Project template with autobuild, unittest and doc generator tools.

Usage
=====

  cmake .   // the first time and when any CMakeLists.txt changes
  make      // build libs and executable
  make test // build test
  make cov  // execute test binary and checks leak and coverage.
  make doc  // generate doxygen html

target dependencies:

  executable -> libs
  test -> libs
  cov -> test

Requirements
============

  CMake >= 2.6
  cxxtest >= 4  // testsuites under namespace
  doxygen
  valgrind
  gdb
  lcov

TODO
====

  CFLAGS depending on build: release/test

About

Project template with autobuild, unittest and doc generator tools


Languages

Language:Shell 43.7%Language:Perl 35.5%Language:C++ 20.8%