summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-08-08 11:52:53 +0200
committerMichał Górny <mgorny@gentoo.org>2021-08-08 11:54:27 +0200
commit13d9af8c9c6fceff9ee2a5baaf5951e4f9d9a634 (patch)
treea6ed3fa99817a06ec9c99f930cf29bbfe47c50ee /games-emulation
parentgames-emulation/dolphin: Fix LICENSE (diff)
downloadgentoo-13d9af8c9c6fceff9ee2a5baaf5951e4f9d9a634.tar.gz
gentoo-13d9af8c9c6fceff9ee2a5baaf5951e4f9d9a634.tar.bz2
gentoo-13d9af8c9c6fceff9ee2a5baaf5951e4f9d9a634.zip
games-emulation/dolphin: Fix running tests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild4
-rw-r--r--games-emulation/dolphin/dolphin-9999.ebuild4
2 files changed, 8 insertions, 0 deletions
diff --git a/games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild b/games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild
index 994989ac1a82..ff1c6123f877 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 1a7a4c37e4e5..3da7b2e3d4f8 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