check 0.10.0-3 source package in Ubuntu

Changelog

check (0.10.0-3) unstable; urgency=medium

  * Team upload.
  * Add PTHREAD_CFLAGS to the pkg-config file to hint the linker to use lpthread
    (Closes: #799991)
  * Added support for DEB_BUILD_OPTIONS=nocheck.

 -- Tobias Frost <email address hidden>  Fri, 25 Sep 2015 18:05:46 +0200

Upload details

Uploaded by:
Robert Lemmen
Uploaded to:
Sid
Original maintainer:
Robert Lemmen
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe devel

Downloads

File Size SHA-256 Checksum
check_0.10.0-3.dsc 1.8 KiB 03bdad97f7abf73cbc5ce6b224d516b74c60d16450516bad39650cdd06556853
check_0.10.0.orig.tar.gz 751.1 KiB f5f50766aa6f8fe5a2df752666ca01a950add45079aa06416b83765b1cf71052
check_0.10.0-3.debian.tar.xz 9.5 KiB e77a0874133c6dd28a08e989ac50993b55c7baabbcaec9452ff5c43e15f5526b

No changes file available.

Binary packages built by this source

check: 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.