1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: cpputest
Section: devel
Priority: optional
Maintainer: Raphaël Hertzog <hertzog@debian.org>
Homepage: http://cpputest.github.io/
Vcs-Git: https://salsa.debian.org/debian/cpputest.git
Vcs-Browser: https://salsa.debian.org/debian/cpputest
Standards-Version: 4.1.3
Build-Depends: debhelper (>= 11)
Package: cpputest
Architecture: all
Multi-Arch: foreign
Depends: libcpputest-dev, ${misc:Depends}
Suggests: ruby | ruby-interpreter
Description: C/C++ based unit test framework — main package
CppUTest is a C/C++ based unit xUnit test framework for unit testing and
for test-driving your code. It is written in C++ but is used in C and C++
projects and frequently used in embedded systems.
.
CppUTest has a couple design principles:
* Simple to use and small
* Portable to old and new platforms
.
CppUTest also has support for building mocks and can be used by
practitioners of Test Driven Development.
.
This is the main package. It contains some examples, support scripts
and depends on libcpputest-dev which provides the test framework
itself.
Package: libcpputest-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C/C++ based unit test framework — headers and static libraries
CppUTest is a C/C++ based unit xUnit test framework for unit testing and
for test-driving your code. It is written in C++ but is used in C and C++
projects and frequently used in embedded systems.
.
CppUTest has a couple design principles:
* Simple to use and small
* Portable to old and new platforms
.
CppUTest also has support for building mocks and can be used by
practitioners of Test Driven Development.
.
This is the package with the headers and the static libraries implementing
the test framework.
|