File: control

package info (click to toggle)
check 0.10.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 4,172 kB
  • sloc: sh: 12,229; ansic: 9,044; makefile: 379
file content (22 lines) | stat: -rw-r--r-- 954 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: check
Section: devel
Priority: optional
Maintainer: Robert Lemmen <robertle@semistable.com>
Build-Depends: debhelper (>= 9), mawk, texinfo, dh-autoreconf, pkg-config, libsubunit-dev
Build-Conflicts: gawk
Standards-Version: 3.9.6
Homepage: http://check.sourceforge.net/
Vcs-Git: git://anonscm.debian.org/collab-maint/check.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/check.git;a=summary

Package: check
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, dpkg (>= 1.15.4) | install-info, mawk, libsubunit-dev
Description: unit test framework for C
 Check features a simple interface for defining unit tests, putting
 little in the way of the developer. Tests are run in a separate
 address space, so Check can catch both assertion failures and code
 errors that cause segmentation faults or other signals. The output
 from unit tests can be used within source code editors and IDEs.