summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-01-06 11:29:23 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2019-01-06 11:29:23 +0100
commit4e1ada2070a2626c82bd510f5165e5557c7d0608 (patch)
tree02d5300426d71d0c4237bea2431c138cde086701 /tests
parent6a11cde78591acc37fe9162bcaf26cde10413436 (diff)
downloadgobject-introspection-4e1ada2070a2626c82bd510f5165e5557c7d0608.tar.gz
meson: warn that not all tests will be run if building without cairo/doctool
Diffstat (limited to 'tests')
-rw-r--r--tests/scanner/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scanner/meson.build b/tests/scanner/meson.build
index 28430a2c..ab5da15a 100644
--- a/tests/scanner/meson.build
+++ b/tests/scanner/meson.build
@@ -503,7 +503,7 @@ foreach gir : test_girs
)
endforeach
-if get_option('doctool') and glib_dep.type_name() == 'pkgconfig'
+if with_doctool and glib_dep.type_name() == 'pkgconfig'
foreach language : ['C', 'Python', 'Gjs']
regress_docs = custom_target(
'generate-docs-' + language,