File: control

package info (click to toggle)
unittest%2B%2B 1.4.0-3.1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 436 kB
  • ctags: 568
  • sloc: cpp: 3,816; makefile: 95; sh: 38
file content (17 lines) | stat: -rw-r--r-- 664 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: unittest++
Section: libdevel
Priority: optional
Maintainer: Johan Euphrosine (proppy) <proppy@aminche.com>
Uploaders: Loic Dachary (OuoU) <loic@debian.org>
Build-Depends: g++ (>= 3.3), debhelper (>= 5.0.0), cdbs, dpatch
Standards-Version: 3.8.1

Package: libunittest++-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}
Description: unit testing framework for c++, static library and headers
 unittest++ is a unit testing framework designed for simplicity 
 and portability. Features include no explicit test registration, 
 good crash handling, fixtures, rich condition-checking functionality, 
 minimal footprint for embedded environments.