diff options
author | Tomasz Miąsko <tomasz.miasko@gmail.com> | 2018-04-27 00:00:00 +0000 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2018-07-11 09:16:14 +0200 |
commit | eaabc3ba8a827ca1455acc44c1d7c73e2a92bee4 (patch) | |
tree | 5ebe3814d68d7841d1ec18862390b251c0e6b233 /tests/meson.build | |
parent | bd2054a127de9244bc05c4e170a014dd224507e8 (diff) | |
download | gobject-introspection-eaabc3ba8a827ca1455acc44c1d7c73e2a92bee4.tar.gz |
meson: Run Python unit tests.
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 458af2bb..71cd97fe 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -17,3 +17,4 @@ install_data(installed_sources, install_dir: join_paths(get_option('datadir'), ' ### TODO: actually test subdir('warn') +subdir('scanner') |