From 81ddf4b9466c324b22becc0125b92cf296ec82d4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 21 Jan 2020 19:51:14 -0500 Subject: [PATCH] testsuite: Point performance tests at uninstalled schemas widget-factory won't run otherwise. --- testsuite/css/performance/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testsuite/css/performance/meson.build b/testsuite/css/performance/meson.build index afceb45d26..781b1b3658 100644 --- a/testsuite/css/performance/meson.build +++ b/testsuite/css/performance/meson.build @@ -4,6 +4,7 @@ if get_option ('profiler') test('performance', test_css_performance, args: [ join_paths(meson.current_build_dir(), '../../../demos/widget-factory/gtk4-widget-factory') ], - env: [ 'GTK_THEME=Adwaita' ], + env: [ 'GTK_THEME=Adwaita', + 'GSETTINGS_SCHEMA_DIR=@0@'.format(gtk_schema_build_dir) ], suite: [ 'css' ]) endif