From f4fe64524e1c5b5c86a4ab81bbc235b1287c0376 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 31 Aug 2016 23:10:12 +0200 Subject: [PATCH] sys-libs/compiler-rt: Support running tests --- sys-libs/compiler-rt/compiler-rt-9999.ebuild | 67 ++++++++++++++++++-- 1 file changed, 62 insertions(+), 5 deletions(-) diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9999.ebuild index 7c93672c10f7..43363fe8f69b 100644 --- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild @@ -8,7 +8,7 @@ EAPI=6 CMAKE_MIN_VERSION=3.4.3 PYTHON_COMPAT=( python2_7 ) -inherit cmake-utils git-r3 python-single-r1 +inherit cmake-utils flag-o-matic git-r3 python-single-r1 DESCRIPTION="Compiler runtime libraries for clang" HOMEPAGE="http://llvm.org/" @@ -19,31 +19,88 @@ EGIT_REPO_URI="http://llvm.org/git/compiler-rt.git LICENSE="UoI-NCSA" SLOT="0/${PV%.*}" KEYWORDS="" -IUSE="+sanitize" +IUSE="+sanitize test" RDEPEND=" ~sys-devel/llvm-${PV} !