diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-01-20 02:14:26 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-01-20 02:28:55 -0500 |
commit | 740e8ad8153dbbefc1e9940dcd44998b69a39e07 (patch) | |
tree | 9f6a41fdedbe453ad14a21c62b461743e4394503 /media-video/mpv | |
parent | app-text/mupdf: $P -> ${P} on 1.21.1 (diff) | |
download | gentoo-740e8ad8153dbbefc1e9940dcd44998b69a39e07.tar.gz gentoo-740e8ad8153dbbefc1e9940dcd44998b69a39e07.tar.bz2 gentoo-740e8ad8153dbbefc1e9940dcd44998b69a39e07.zip |
media-video/mpv: run meson_src_test in live
Only does a very basic libmpv test so far, but it is something
and upstream added it to their CI -- so let's run it too (no-op
if USE=-libmpv, but run unconditionally given more tests may be
added in the future).
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index ac0f9dd62ae7..2c923f2ec44e 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -260,6 +260,9 @@ src_test() { [[ ${test} == @($(IFS='|'; echo "${skip[*]}")) ]] || edo "${BUILD_DIR}"/mpv -v --no-config --unittest="${test}" done + + # currently only does basic libmpv testing, do in addition to --unittest + meson_src_test } src_install() { |