summaryrefslogtreecommitdiff
path: root/testsuite/meson.build
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2021-11-04 02:52:38 +0100
committerMatthias Clasen <mclasen@redhat.com>2023-01-12 20:12:37 -0500
commit3fd6da116f103b163402f180f1c2eef2a341a29c (patch)
treefacd827f023d85121fddd84ac52f712ec92d907b /testsuite/meson.build
parent7ae549e253080f297597ddcecdb3a9c047a38bd9 (diff)
downloadgtk+-wip/otte/macos-werror.tar.gz
macos: Run the testsuitewip/otte/macos-werror
Diffstat (limited to 'testsuite/meson.build')
-rw-r--r--testsuite/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/meson.build b/testsuite/meson.build
index 688a253978..6d2c877359 100644
--- a/testsuite/meson.build
+++ b/testsuite/meson.build
@@ -19,6 +19,7 @@ setups = [
'env': ['GDK_DEBUG=gl-gles,default-settings'], },
{ 'backend': 'win32', 'if': os_win32 },
{ 'backend': 'broadway', 'if': broadway_enabled, },
+ { 'backend': 'macos', 'if': macos_enabled, },
]
foreach setup : setups