sys-libs/libomp: Make the tests more verbose
authorMichał Górny <mgorny@gentoo.org>
Sat, 30 Sep 2017 21:44:09 +0000 (23:44 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 1 Oct 2017 09:02:43 +0000 (11:02 +0200)
sys-libs/libomp/libomp-9999.ebuild

index 3fd5799735bc726feedd9cceaa46e8816cc597d4..2235d0cc45f05166bc607c8e7bca40a02c80492d 100644 (file)
@@ -64,6 +64,7 @@ multilib_src_configure() {
        )
        use test && mycmakeargs+=(
                -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
+               -DLLVM_LIT_ARGS="-vv"
        )
        cmake-utils_src_configure
 }