dev-util/blueprint-compiler: Update test execution for live ebuild

An X environment is now required to run the tests.

Reference: 039d88ab45
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
This commit is contained in:
Yuan Liao
2023-01-19 15:56:48 -08:00
parent 7445fb1484
commit 5a6292c157

View File

@@ -5,7 +5,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit meson python-r1
inherit meson python-r1 virtualx
if [[ ${PV} == *9999 ]]; then
inherit git-r3
@@ -57,7 +57,7 @@ src_compile() {
}
src_test() {
python_foreach_impl meson_src_test
virtx python_foreach_impl meson_src_test
}
src_install() {