Skip to content

Commit

Permalink
Update to 0.10.0. From the changelog:
Browse files Browse the repository at this point in the history
* CMake on MinGW and MSVC was unable to find time related types because
  time.h was not included. This header is now included for the checks.
  Patch #53.

* If the test runner process catches a SIGTERM or SIGINT signal the running
  tests are now also killed.
  Patch #52.

* If Check is compiled without support for fork(), the behavior of
  functions which require fork() to be useful have been changed.
  Functions that attempt to set CK_FORK mode are no-ops,
  check_fork() returns in failure, and check_waitpid_and_exit()
  exits in failure.

* Add space around operators in assert messages for readability.
  Bug #102.

* Use mkstemp() if available instead of tmpfile() or tempnam().
  Patch #51.

* Fix issue with string formatting in ck_assert(), where using
  the % operator would be interpreted as a string formatter. Bug #96.

* In nofork mode, the location of a failed assertion within a test
  case was lost if that test case has a checked teardown fixture
  (even if that fixture function is empty). This is now fixed.
  Bug #99
  • Loading branch information
schmonz committed Jun 17, 2016
1 parent 653f5af commit 62b3a54
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions devel/check/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.20 2014/12/12 07:38:43 mef Exp $
# $NetBSD: Makefile,v 1.21 2016/06/17 02:25:47 schmonz Exp $
#

DISTNAME= check-0.9.14
DISTNAME= check-0.10.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=check/}

Expand All @@ -16,5 +16,7 @@ INFO_FILES= yes

PKGCONFIG_OVERRIDE= check.pc.in

TEST_TARGET= check

.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
10 changes: 5 additions & 5 deletions devel/check/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.16 2015/11/03 03:27:18 agc Exp $
$NetBSD: distinfo,v 1.17 2016/06/17 02:25:47 schmonz Exp $

SHA1 (check-0.9.14.tar.gz) = 4b79e2d485d014ddb438e322b64235347d57b0ff
RMD160 (check-0.9.14.tar.gz) = f2de6099d213e7dd9cd73ed42ad0a8dddc5881a7
SHA512 (check-0.9.14.tar.gz) = fba3e54e36c2fdff465eadaa96e7a5bbafd5d7de7594dfe90e71c3a0bf7fb0f5e6d1b242ade55e49ef83c4a97fcf607dc53c7d04de9b4d764ea795a46e7c7be0
Size (check-0.9.14.tar.gz) = 758197 bytes
SHA1 (check-0.10.0.tar.gz) = 35d3a53446aea7b21a770faedb358d0fc7cba76d
RMD160 (check-0.10.0.tar.gz) = fbd36eff66e010cbea3d2c0c503e4b4d4a91e730
SHA512 (check-0.10.0.tar.gz) = 82103a98382c41cf16f172ded66c0399d3da6eceb6728aab11120c028e8796f6d545a98dc4aa5f76ee68c0bfd1f842a4dd371f5d670c8ba84ce4209812bf1ac5
Size (check-0.10.0.tar.gz) = 769119 bytes

0 comments on commit 62b3a54

Please sign in to comment.