diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-01-19 10:01:54 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-01-19 10:13:59 +0100 |
commit | 2b615b2592fa593fe94ab11ef95002be9b04f7ca (patch) | |
tree | 886a3d90a012a9b6fe02331cedb3a71ea8c0f1dd /dev-util | |
parent | sys-devel/clang: Build tests in src_compile() (diff) | |
download | gentoo-2b615b2592fa593fe94ab11ef95002be9b04f7ca.tar.gz gentoo-2b615b2592fa593fe94ab11ef95002be9b04f7ca.tar.bz2 gentoo-2b615b2592fa593fe94ab11ef95002be9b04f7ca.zip |
dev-util/lldb: Build tests in src_compile()
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/lldb/lldb-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/lldb/lldb-9999.ebuild b/dev-util/lldb/lldb-9999.ebuild index ca7817faa484..32e093bcbb33 100644 --- a/dev-util/lldb/lldb-9999.ebuild +++ b/dev-util/lldb/lldb-9999.ebuild @@ -65,6 +65,7 @@ src_configure() { -DLLDB_DISABLE_PYTHON=$(usex !python) -DLLVM_ENABLE_TERMINFO=$(usex ncurses) + -DLLVM_BUILD_TESTS=$(usex test) # compilers for lit tests -DLLDB_TEST_C_COMPILER="${EPREFIX}/usr/bin/clang" -DLLDB_TEST_CXX_COMPILER="${EPREFIX}/usr/bin/clang++" |