sys-devel/lld: Re-enable tests in the live ebuild

The tests have been fixed to build in stand-alone mode. There are still
a few bugs preventing them from working correctly but the patches are
on their way.
This commit is contained in:
Michał Górny
2017-02-02 15:59:50 +01:00
parent cd63416086
commit 122db4072e

View File

@@ -26,9 +26,6 @@ RDEPEND="~sys-devel/llvm-${PV}"
DEPEND="${RDEPEND}
test? ( $(python_gen_any_dep "~dev-python/lit-${PV}[\${PYTHON_USEDEP}]") )"
# TODO: fix test suite to build stand-alone
RESTRICT="test"
# least intrusive of all
CMAKE_BUILD_TYPE=RelWithDebInfo