Source: cxxtest
Section: devel
Priority: optional
Maintainer: Simone Rossetto <simros85@gmail.com>
Build-Depends: python (>= 2.7),
 python-setuptools,
 debhelper (>= 8.0.0),
 cdbs (>= 0.4.90~)
X-Python-Version: >= 2.7
Standards-Version: 3.9.3
Homepage: http://cxxtest.com/
Vcs-Svn: https://cxxtest.svn.sourceforge.net/svnroot/cxxtest
Vcs-Browser: http://cxxtest.svn.sourceforge.net/viewvc/cxxtest/

Package: cxxtest
Architecture: all
Depends: ${python:Depends}, python-ply, ${misc:Depends}
Description: lightweight xUnit-like framework for C/C++ applications
 CxxTest is a lightweight xUnit-like testing framework for C/C++
 applications. It provides several assertion structures for checking
 conditions and useful classes for building unit-test cases.
 .
 Writing test is easier and simpler than others C/C++ testing frameworks like
 CppUnit because it is not required to register them. Once the test case is
 written, it should be translated to the standalone C++ code by using the
 provided generator. Then, the code will be compiled to run the test case.
 .
 CxxTest can also be integrated via-plugin in Eclipse framework

