summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-01-03 09:42:28 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2019-01-03 18:14:17 +0100
commit50e304b2393411f3402173feeb36731c548c6c03 (patch)
treea33867157637887e8583793fb07e97dfe5fc3673 /tools
parent95aa2eaf344775cd73102fad0c4544d3b282dfe6 (diff)
downloadgobject-introspection-50e304b2393411f3402173feeb36731c548c6c03.tar.gz
meson: port doctool tests
Diffstat (limited to 'tools')
-rw-r--r--tools/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/meson.build b/tools/meson.build
index 806441af..6d38361a 100644
--- a/tools/meson.build
+++ b/tools/meson.build
@@ -39,6 +39,9 @@ foreach tool : tools
endforeach
girscanner = tool_output[0]
+if get_option('doctool')
+ girdoctool = tool_output[-1]
+endif
custom_c_args = cc.get_supported_arguments([
'-Wno-missing-field-initializers',