forked from AuroraMiddleware/gtk
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,
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user