[libsoup/wip/meson: 28/38] Generate gresource bundle for tests



commit 9c1f6b559faa12f9223f8dffa6fad092794028e0
Author: Tomas Popela <tpopela redhat com>
Date:   Thu Nov 9 15:10:22 2017 +0100

    Generate gresource bundle for tests

 tests/meson.build |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/tests/meson.build b/tests/meson.build
index ef562c7..7edeb94 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -157,3 +157,10 @@ xmlrpc_test = executable('ntlm-test-helper', 'ntlm-test-helper.c',
 configure_file(output : 'httpd.conf',
   input : 'httpd.conf.in',
   configuration : cdata)
+
+gnome.compile_resources('soup-tests',
+  'soup-tests.gresource.xml',
+  gresource_bundle : true,
+  install : true,
+  install_dir : meson.current_build_dir() + '/tests',
+  source_dir : '.')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]