From 3e5aac8fbcfdc21e84e3564ef5bde2f52c5c755e Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Tue, 9 Aug 2022 22:43:23 +0800 Subject: [PATCH] Revert "ci: disable unit tests" As we disabled the glsl tests by meson options always, so we reverts commit 4dd8c143a9b76b340da868f7b5186e268073fc27. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6897 Signed-off-by: Yonggang Luo Reviewed-by: Erik Faye-Lund Part-of: --- .gitlab-ci/meson/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/meson/build.sh b/.gitlab-ci/meson/build.sh index eb5b8933176..ab7f31c1d61 100755 --- a/.gitlab-ci/meson/build.sh +++ b/.gitlab-ci/meson/build.sh @@ -65,7 +65,7 @@ meson _build --native-file=native.file \ -D prefix=`pwd`/install \ -D libdir=lib \ -D buildtype=${BUILDTYPE:-debug} \ - -D build-tests=false \ + -D build-tests=true \ -D c_args="$(echo -n $C_ARGS)" \ -D cpp_args="$(echo -n $CPP_ARGS)" \ -D enable-glcpp-tests=false \