www-client/midori: Run tests in virtualx env
authorMichał Górny <mgorny@gentoo.org>
Mon, 14 May 2018 08:53:04 +0000 (10:53 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 14 May 2018 09:18:03 +0000 (11:18 +0200)
Closes: https://bugs.gentoo.org/561608

www-client/midori/midori-0.5.11-r2.ebuild

index c48d7175b6ce8a166861ed14b98824a07e104dd8..ae182d45fa47cce4af008561bda841610744614f 100644 (file)
@@ -8,7 +8,7 @@ PYTHON_REQ_USE='threads(+)'
 
 VALA_MAX_API_VERSION=0.34
 
-inherit gnome2 pax-utils python-any-r1 cmake-utils vala
+inherit gnome2 pax-utils python-any-r1 cmake-utils vala virtualx
 
 DESCRIPTION="A lightweight web browser based on WebKitGTK+"
 HOMEPAGE="http://www.midori-browser.org/"
@@ -74,6 +74,10 @@ src_configure() {
        cmake-utils_src_configure
 }
 
+src_test() {
+       virtx cmake-utils_src_test
+}
+
 src_install() {
        cmake-utils_src_install
 }