From f15deb2a96e0f56e5151a95b12da7b553eabdc1f Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 7 Apr 2019 11:56:17 +0200 Subject: meson: always pass --qiet to g-ir-scanner Less noisy build --- tests/meson.build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/meson.build') 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', -- cgit v1.2.1