testsuite: Point performance tests at uninstalled schemas

widget-factory won't run otherwise.
This commit is contained in:
Matthias Clasen 2020-01-21 19:51:14 -05:00
parent c8485af819
commit 81ddf4b946

View File

@ -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