dev-util/lldb: Fix building tests in -9999
authorMichał Górny <mgorny@gentoo.org>
Sat, 18 Nov 2017 10:37:49 +0000 (11:37 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 18 Nov 2017 12:19:44 +0000 (13:19 +0100)
dev-util/lldb/lldb-9999.ebuild

index 8dd6d2049e9111c4898a8c6d514f107ff7fe8e01..143975f66c9a6cda036dfc72ab74e84956501331 100644 (file)
@@ -68,6 +68,7 @@ src_configure() {
                -DLLDB_DISABLE_PYTHON=$(usex !python)
                -DLLVM_ENABLE_TERMINFO=$(usex ncurses)
 
+               -DLLDB_INCLUDE_TESTS=$(usex test)
                -DLLVM_BUILD_TESTS=$(usex test)
                # compilers for lit tests
                -DLLDB_TEST_C_COMPILER="$(type -P clang)"