summaryrefslogtreecommitdiffstats
path: root/ci/build-tumbleweed.sh
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas@t-8ch.de>2023-01-19 16:19:36 +0000
committerDudemanguy <random342@airmail.cc>2023-01-19 22:15:14 +0000
commit44179398b0880393f3e925a624d29564a6c7a54f (patch)
tree19c63a188ee7dd2c8ff7bcf50499f8ffaffcb964 /ci/build-tumbleweed.sh
parente09bab90ceb29f60e013cb50ecfdb3aa866c24ac (diff)
downloadmpv-44179398b0880393f3e925a624d29564a6c7a54f.tar.bz2
mpv-44179398b0880393f3e925a624d29564a6c7a54f.tar.xz
ci: run meson tests
Diffstat (limited to 'ci/build-tumbleweed.sh')
-rwxr-xr-xci/build-tumbleweed.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/build-tumbleweed.sh b/ci/build-tumbleweed.sh
index 1fd8ef4314..577fa0298c 100755
--- a/ci/build-tumbleweed.sh
+++ b/ci/build-tumbleweed.sh
@@ -14,6 +14,7 @@ if [ "$1" = "meson" ]; then
-Dtests=true \
-Dvulkan=enabled
meson compile -C build --verbose
+ meson test -C build
./build/mpv --no-config -v --unittest=all-simple
fi