diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-02-02 15:59:50 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-02-02 16:08:02 +0100 |
commit | 122db4072efd38e063f43f9fd8257cd22c98556c (patch) | |
tree | 10b6d4f2240b40e2e189334b8727984660c38d92 /sys-devel | |
parent | sys-devel/lld: Use python-any-r1 (diff) | |
download | gentoo-122db4072efd38e063f43f9fd8257cd22c98556c.tar.gz gentoo-122db4072efd38e063f43f9fd8257cd22c98556c.tar.bz2 gentoo-122db4072efd38e063f43f9fd8257cd22c98556c.zip |
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.
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/lld/lld-9999.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys-devel/lld/lld-9999.ebuild b/sys-devel/lld/lld-9999.ebuild index 6a01839dbf42..b4f23d3031e8 100644 --- a/sys-devel/lld/lld-9999.ebuild +++ b/sys-devel/lld/lld-9999.ebuild @@ -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 |