summaryrefslogtreecommitdiff
path: root/giscanner
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-12-17 17:10:40 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-12-17 16:47:02 +0000
commit644e2dbf57da42aaf96f6063fe2901da1ca414f6 (patch)
treea6062054099a44e9be03cdab4545edcb2e4e4541 /giscanner
parent2d72af9160a6005a9aa62f1761a6d3d89636e0d6 (diff)
downloadgobject-introspection-644e2dbf57da42aaf96f6063fe2901da1ca414f6.tar.gz
meson: build/install mdextensions.py; and add a simple test
Add a simple test using the docwriter so we trigger the docwriter related Python imports.
Diffstat (limited to 'giscanner')
-rw-r--r--giscanner/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/giscanner/meson.build b/giscanner/meson.build
index 7b4b0d9d..e9f75e73 100644
--- a/giscanner/meson.build
+++ b/giscanner/meson.build
@@ -15,6 +15,7 @@ giscanner_files = [
'gdumpparser.py',
'libtoolimporter.py',
'maintransformer.py',
+ 'mdextensions.py',
'message.py',
'msvccompiler.py',
'pkgconfig.py',