mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
dev-cpp/xsimd: move tests out of src_compile
Signed-off-by: Kamal Abdellatif <gentoo.kamal@tgf.pw>
This commit is contained in:
@@ -47,11 +47,13 @@ src_configure() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
use test && cmake_src_compile xtest
|
|
||||||
|
|
||||||
if use doc; then
|
if use doc; then
|
||||||
cd "${WORKDIR}/${P}/docs" || die
|
cd "${WORKDIR}/${P}/docs" || die
|
||||||
emake html BUILDDIR="${BUILD_DIR}"
|
emake html BUILDDIR="${BUILD_DIR}"
|
||||||
HTML_DOCS=( "${BUILD_DIR}/html/." )
|
HTML_DOCS=( "${BUILD_DIR}/html/." )
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_test() {
|
||||||
|
cmake_src_compile xtest
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user