From cc12f3f25382207e3ae439648432680eb30709a5 Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Mon, 11 Feb 2019 10:21:13 +0000 Subject: [PATCH] gio tests: Install test1.overlay file when building installed tests This is used as a GResource overlay, so it must be available to the test. --- gio/tests/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/gio/tests/meson.build b/gio/tests/meson.build index ebd04461f..e4b4959cb 100644 --- a/gio/tests/meson.build +++ b/gio/tests/meson.build @@ -428,6 +428,7 @@ if installed_tests_enabled 'appinfo-test-static.desktop', 'file.c', 'org.gtk.test.dbusappinfo.desktop', + 'test1.overlay', install_dir : installed_tests_execdir, ) install_subdir('x-content', install_dir : installed_tests_execdir)