summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-07-28 19:28:47 +0000
committerMatthias Clasen <mclasen@redhat.com>2022-07-28 19:28:47 +0000
commita05c3549709b92294194c335cb7d5190f14359bf (patch)
tree061d710b42cf9011ebb438286f0ee654f650000f /tests/meson.build
parentf691d511c96bdf7efb1535e45d850b5474d45767 (diff)
parent28f114a7ce192cab85b0bfd94907f6e62a9c279f (diff)
downloadpango-a05c3549709b92294194c335cb7d5190f14359bf.tar.gz
Merge branch 'matthiasc/for-main' into 'main'
docs: Remove an oddity See merge request GNOME/pango!633
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 ] ],
]