summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-07-22 07:29:40 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-07-28 14:11:02 -0500
commit28f114a7ce192cab85b0bfd94907f6e62a9c279f (patch)
tree061d710b42cf9011ebb438286f0ee654f650000f /tests/meson.build
parent1c33a8c14b6e529490ec8e8cb3b987676351674c (diff)
downloadpango-28f114a7ce192cab85b0bfd94907f6e62a9c279f.tar.gz
ci: Fix the test build
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 955dbc99..e75b8e2f 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -67,7 +67,7 @@ if cairo_dep.found()
endif
endif
- if host_system != 'darwin'
+ if false and host_system != 'darwin'
tests += [
[ 'testrandom', [ 'testrandom.c' ], [ libpangocairo_dep, gio_dep ] ],
]