blob: 6a4ba2d8066ec5cc803361e595c8216e8b7eaf1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71-r5 >=sys-devel/libtool-2.4.7
DEFINED_PHASES=prepare
DEPEND=test? ( >=dev-cpp/gtest-1.8.0 )
DESCRIPTION=Unit testing and mocking framework for C/C++
EAPI=7
HOMEPAGE=https://cpputest.github.io/ https://github.com/cpputest/cpputest
INHERIT=autotools
IUSE=test
KEYWORDS=amd64 arm arm64 ppc ppc64 ~riscv x86
LICENSE=BSD
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/cpputest/cpputest/releases/download/v4.0/cpputest-4.0.tar.gz
_eclasses_=gnuconfig b6b3e92f8b8c996400074b5f61a59256 toolchain-funcs 959e1d99122907eb98a3a660297a967e multilib 5ca4e49abed8e3a2f7b56920eadee157 libtool 241a8f577b9781a42a7421e53448a44e autotools 6dcd6b6a486e79928e1243ff9ba41fcc
_md5_=1b8b210d7f99aaca96f1645cc179dd97
|