./devel/cmocka, Unit testing framework for C supporting mock objects

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.7, Package name: cmocka-1.1.7, Maintainer: pkgsrc-users

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.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 82.094 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-06 10:07:07 by pin | Files touched by this commit (5) | Package updated
Log message:
devel/cmocka: update to 1.1.7

1.1.7
* Update ignore list for source tarball generation

1.1.6
* Added new assert macros to compare 2 double given an epsilon
* Added meson build system
* Added header with version to TAP13 output
* Fixed issues with MSVC
* Fixed TAP output for skipped tests
* Fixed issue with fail_msg
* CMake generated configs for find_package(cmocka)
* Documentation improvements
   2023-01-24 23:20:20 by Thomas Klausner | Files touched by this commit (1)
Log message:
cmocka: finish conversion to cmake/build.mk
   2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103)
Log message:
*: convert to cmake/build.mk
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-07-03 18:08:46 by Hauke Fath | Files touched by this commit (1)
Log message:
Have a 't'...
   2019-11-23 09:45:45 by Makoto Fujiwara | Files touched by this commit (7)
Log message:
Recursive revbump based on devel/cmocka 1.1.3 -> 1.1.5
   2019-11-23 08:23:57 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
(devel/cmocka) Updated 1.1.3 to 1.1.5

Thu Mar 28 2019 Andreas Schneider <asn@cryptomilk.org>
    * cmocka version 1.1.5
    * Added cmocka_set_skip_filter()

Thu Mar 28 2019 Andreas Schneider <asn@cryptomilk.org>
    * cmocka version 1.1.4
    * Added assert_float(_not)_equal()
    * Added expect_any_always()
    * Small bug fixes