diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2019-04-07 11:56:17 +0200 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2019-04-07 11:56:17 +0200 |
commit | f15deb2a96e0f56e5151a95b12da7b553eabdc1f (patch) | |
tree | 38224e584d2ecf430d2e18a34d74b047c8a7a842 /tests | |
parent | b97d7e0ef4e67cff1092533d847267f44ae4c95a (diff) | |
download | gobject-introspection-f15deb2a96e0f56e5151a95b12da7b553eabdc1f.tar.gz |
meson: always pass --qiet to g-ir-scanner
Less noisy build
Diffstat (limited to 'tests')
-rw-r--r-- | tests/meson.build | 3 | ||||
-rw-r--r-- | tests/offsets/meson.build | 1 | ||||
-rw-r--r-- | tests/scanner/meson.build | 11 |
3 files changed, 15 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build index 7e01595c..9c7c0765 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -52,6 +52,7 @@ test_everything_files = custom_target('everything', command: [ python, girscanner, + '--quiet', '--generate-typelib-tests=Everything,@OUTPUT0@,@OUTPUT1@', '--function-decoration=_GI_TEST_EXTERN', '--include-first-in-src=config.h', @@ -103,6 +104,7 @@ if glib_dep.type_name() == 'pkgconfig' command: [ python, girscanner, + '--quiet', '--output=@OUTPUT@', '--no-libtool', '--reparse-validate', @@ -127,6 +129,7 @@ if glib_dep.type_name() == 'pkgconfig' command: [ python, girscanner, + '--quiet', '--output=@OUTPUT@', '--no-libtool', '--reparse-validate', diff --git a/tests/offsets/meson.build b/tests/offsets/meson.build index ca1471f2..6670f21a 100644 --- a/tests/offsets/meson.build +++ b/tests/offsets/meson.build @@ -20,6 +20,7 @@ if glib_dep.type_name() == 'pkgconfig' command: [ python, girscanner, + '--quiet', '--output=@OUTPUT@', '--no-libtool', '--reparse-validate', diff --git a/tests/scanner/meson.build b/tests/scanner/meson.build index 42104886..ef459bbd 100644 --- a/tests/scanner/meson.build +++ b/tests/scanner/meson.build @@ -113,6 +113,7 @@ if glib_dep.type_name() == 'pkgconfig' command: [ python, girscanner, + '--quiet', '--output=@OUTPUT@', '--no-libtool', '--reparse-validate', @@ -151,6 +152,7 @@ if glib_dep.type_name() == 'pkgconfig' command: [ python, girscanner, + '--quiet', '--output=@OUTPUT@', '--no-libtool', '--reparse-validate', @@ -188,6 +190,7 @@ if glib_dep.type_name() == 'pkgconfig' command: [ python, girscanner, + '--quiet', '--output=@OUTPUT@', '--no-libtool', '--reparse-validate', @@ -224,6 +227,7 @@ if glib_dep.type_name() == 'pkgconfig' command: [ python, girscanner, + '--quiet', '--output=@OUTPUT@', '--no-libtool', '--reparse-validate', @@ -258,6 +262,7 @@ if glib_dep.type_name() == 'pkgconfig' command: [ python, girscanner, + '--quiet', '--output=@OUTPUT@', '--no-libtool', '--reparse-validate', @@ -294,6 +299,7 @@ if glib_dep.type_name() == 'pkgconfig' command: [ python, girscanner, + '--quiet', '--output=@OUTPUT@', '--no-libtool', '--reparse-validate', @@ -331,6 +337,7 @@ if glib_dep.type_name() == 'pkgconfig' command: [ python, girscanner, + '--quiet', '--output=@OUTPUT@', '--no-libtool', '--reparse-validate', @@ -367,6 +374,7 @@ if glib_dep.type_name() == 'pkgconfig' command: [ python, girscanner, + '--quiet', '--output=@OUTPUT@', '--no-libtool', '--reparse-validate', @@ -393,6 +401,7 @@ if glib_dep.type_name() == 'pkgconfig' command: [ python, girscanner, + '--quiet', '--output=@OUTPUT@', '--no-libtool', '--accept-unprefixed', @@ -420,6 +429,7 @@ if glib_dep.type_name() == 'pkgconfig' command: [ python, girscanner, + '--quiet', '--output=@OUTPUT@', '--no-libtool', '--warn-all', @@ -454,6 +464,7 @@ if glib_dep.type_name() == 'pkgconfig' command: [ python, girscanner, + '--quiet', '--output=@OUTPUT@', '--no-libtool', '--reparse-validate', |