diff options
author | manu <manu@pkgsrc.org> | 2015-02-27 04:23:43 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2015-02-27 04:23:43 +0000 |
commit | cd0bd8399d96b28d0c5a75f9b398bcb89f02d43d (patch) | |
tree | 42591ca3d7bf2316d3046a3e4c519320ffe4ad98 /doc | |
parent | 3bcc398f4afb6b1deb4d4afeae9438871f5dbe48 (diff) | |
download | pkgsrc-cd0bd8399d96b28d0c5a75f9b398bcb89f02d43d.tar.gz |
Import cmocka-1.0.0, the successo of cmockery
cmocka is an elegant unit testing framework for C with support for
mock objects. It only requires the standard C library, works on a
range of computing platforms (including embedded) and with different
compilers.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES-2015 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2015 b/doc/CHANGES-2015 index 9b3719bac00..237c87b2d8a 100644 --- a/doc/CHANGES-2015 +++ b/doc/CHANGES-2015 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2015,v 1.1054 2015/02/27 02:55:08 wen Exp $ +$NetBSD: CHANGES-2015,v 1.1055 2015/02/27 04:24:48 manu Exp $ Changes to the packages collection and infrastructure in 2015: @@ -1511,3 +1511,4 @@ Changes to the packages collection and infrastructure in 2015: Updated math/p5-Math-GMP to 2.07 [mef 2015-02-27] Added security/p5-Crypt-DH-GMP version 0.00012 [mef 2015-02-27] Updated www/p5-Mojolicious to 6.0 [wen 2015-02-27] + Added devel/cmocka version 1.0.0.0 [manu 2015-02-27] |