mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 14:10:30 +00:00
testsuite: Point performance tests at uninstalled schemas
widget-factory won't run otherwise.
This commit is contained in:
parent
c8485af819
commit
81ddf4b946
@ -4,6 +4,7 @@ if get_option ('profiler')
|
|||||||
|
|
||||||
test('performance', test_css_performance,
|
test('performance', test_css_performance,
|
||||||
args: [ join_paths(meson.current_build_dir(), '../../../demos/widget-factory/gtk4-widget-factory') ],
|
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' ])
|
suite: [ 'css' ])
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user