diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2019-01-08 13:54:33 +0100 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2019-01-08 13:55:53 +0100 |
commit | 781711c33c4252802d74908a03b0135f8c7cc17b (patch) | |
tree | 752701a0b672eb31c47835d2ebe02dcb701ebca0 /tests/scanner/meson.build | |
parent | 362c656c3152295afd144f3ed551d1eb4ab57445 (diff) | |
download | gobject-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.build | 1 |
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 |