diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2018-06-19 17:37:04 +0200 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2018-06-21 09:07:47 +0200 |
commit | 3c42334292d088fc9ec2d047a6260c4be231a312 (patch) | |
tree | 0a4f32873d293811db590a6c4ef3f0a39d798798 /tests/meson.build | |
parent | 8bcc831c5f80bdac44b360db5fbb16db118a6951 (diff) | |
download | gobject-introspection-3c42334292d088fc9ec2d047a6260c4be231a312.tar.gz |
meson: Add the giscanner warning tests
I couldn't get it to work on Windows, so skip that for now.
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build index dcb0fc90..458af2bb 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -16,3 +16,4 @@ installed_sources = [ install_data(installed_sources, install_dir: join_paths(get_option('datadir'), 'gobject-introspection-1.0', 'tests')) ### TODO: actually test +subdir('warn') |