gpo.zugaina.org

Search Portage & Overlays:

dev-util/cmocka

Unit testing framework for C

Screenshots

  • cmocka-1.1.5-r1
    ~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux
    doc examples static-libs test abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64

    View      Download      Browse     License: Apache-2.0   
    Overlay: gentoo

ChangeLog

commit 7476d693d632f9ac7bc6a4c73d928802849b8e01
Author: Georgy Yakovlev <gyakovlev@gentoo.org>
Date: Tue Feb 25 20:56:25 2020 -0800

*/*: drop unused/unsupported keywords

Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>

commit 75077f2c46d5c86c238d0dcedf9953d3e0ef4a79
Author: Jory Pratt <anarchy@gentoo.org>
Date: Tue Jan 28 13:14:19 2020 -0600

*/*: [QA] Fix trivial cases of MissingTestRestrict

The result was achieved via the following pipeline:

pkgcheck scan -c RestrictTestCheck -R FormatReporter \
--format '{category}/{package}/{package}-{version}.ebuild' |
xargs -n32 grep -L RESTRICT |
xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"'

The resulting metadata was compared before and after the change.
Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip
added by the eclass. Two ebuilds have to be fixed because of multiline
IUSE.

Signed-off-by: Jory Pratt <anarchy@gentoo.org>

commit 63d3076c402aa0de09a25a1bf299f48085b7ad5f
Author: stefson <herrtimson@yahoo.de>
Date: Sat Oct 19 11:03:18 2019 +0200

freebsd got stripped off the tree, removing keywords and some dead code

this should be all of them

Signed-off-by: Steffen Kuhn <nielson2@yandex.com>

commit d7ae21668ccbdaa0153250168325813b6c083b60
Author: Necktwi Ozfguah <necktwi@ferryfair.com>
Date: Wed May 15 18:58:39 2019 +0530

dev-utils/cmocka: define uintptr_t if not defined

define uintptr_t if UINTPTR_MAX is not defined.

Signed-off-by: Necktwi Ozfguah <necktwi@ferryfair.com>
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>