Revert "ci: disable unit tests"
authorYonggang Luo <luoyonggang@gmail.com>
Tue, 9 Aug 2022 14:43:23 +0000 (22:43 +0800)
committerMarge Bot <emma+marge@anholt.net>
Mon, 22 Aug 2022 14:18:53 +0000 (14:18 +0000)
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 <luoyonggang@gmail.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17928>

.gitlab-ci/meson/build.sh

index eb5b893..ab7f31c 100755 (executable)
@@ -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 \