summaryrefslogtreecommitdiff
path: root/tests/scanner/meson.build
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-01-09 23:07:00 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2019-01-09 23:16:55 +0100
commit4f1374ba76d919c4e0d69c8a542f184d9d10df08 (patch)
tree92aaf30998ae841d8386016cbb6b27edc83529be /tests/scanner/meson.build
parent19e1c72db3ac4436cbb68dc0fb21c79c5f13e74b (diff)
downloadgobject-introspection-4f1374ba76d919c4e0d69c8a542f184d9d10df08.tar.gz
maintransformer: parse deprecation annotations for section blocks. Fixes #213
The scanner matches gtk-doc sections which match the lower case type name to the type and uses that for the type documentation. The only problem is it only takes the docs and none of the other annotations like deprecation info etc. This changes things to also parse the annotations in that case and adds some tests while at it.
Diffstat (limited to 'tests/scanner/meson.build')
-rw-r--r--tests/scanner/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/scanner/meson.build b/tests/scanner/meson.build
index 95a9dacc..42104886 100644
--- a/tests/scanner/meson.build
+++ b/tests/scanner/meson.build
@@ -13,6 +13,7 @@ scanner_test_files = [
'test_pkgconfig.py',
'test_docwriter.py',
'test_scanner.py',
+ 'test_maintransformer.py',
]
foreach f : scanner_test_files