commit: 13d9af8c9c6fceff9ee2a5baaf5951e4f9d9a634
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 8 09:52:53 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 8 09:54:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d9af8c
games-emulation/dolphin: Fix running tests
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild | 4 ++++
games-emulation/dolphin/dolphin-9999.ebuild | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild
b/games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild
index 994989ac1a8..ff1c6123f87 100644
--- a/games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild
+++ b/games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild
@@ -167,6 +167,10 @@ src_configure() {
cmake_src_configure
}
+src_test() {
+ cmake_build unittests
+}
+
src_install() {
cmake_src_install
diff --git a/games-emulation/dolphin/dolphin-9999.ebuild
b/games-emulation/dolphin/dolphin-9999.ebuild
index 1a7a4c37e4e..3da7b2e3d4f 100644
--- a/games-emulation/dolphin/dolphin-9999.ebuild
+++ b/games-emulation/dolphin/dolphin-9999.ebuild
@@ -170,6 +170,10 @@ src_configure() {
cmake_src_configure
}
+src_test() {
+ cmake_build unittests
+}
+
src_install() {
cmake_src_install