summaryrefslogtreecommitdiff
path: root/tests/scanner/meson.build
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-01-08 13:54:33 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2019-01-08 13:55:53 +0100
commit781711c33c4252802d74908a03b0135f8c7cc17b (patch)
tree752701a0b672eb31c47835d2ebe02dcb701ebca0 /tests/scanner/meson.build
parent362c656c3152295afd144f3ed551d1eb4ab57445 (diff)
downloadgobject-introspection-781711c33c4252802d74908a03b0135f8c7cc17b.tar.gz
tests: add some tests for get_source_root_dirs
To make it easier to test make sure it always returns absolute paths. Also fix a typo, oops!
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 ab5da15a..95a9dacc 100644
--- a/tests/scanner/meson.build
+++ b/tests/scanner/meson.build
@@ -12,6 +12,7 @@ scanner_test_files = [
'test_xmlwriter.py',
'test_pkgconfig.py',
'test_docwriter.py',
+ 'test_scanner.py',
]
foreach f : scanner_test_files