Move performance tests to the right testsuite

This was a copy-paste error.
This commit is contained in:
Matthias Clasen
2020-02-11 14:09:00 -05:00
parent d702c159d5
commit cc8506ca15

View File

@@ -211,7 +211,7 @@ if get_option ('profiler')
args: [ '--mark', 'size allocation', join_paths(meson.current_build_dir(), '../../demos/widget-factory/gtk4-widget-factory') ],
env: [ 'GTK_THEME=Empty',
'GSETTINGS_SCHEMA_DIR=@0@'.format(gtk_schema_build_dir) ],
suite: [ 'css' ])
suite: [ 'gtk' ])
endif
@@ -221,6 +221,6 @@ if get_option ('profiler')
args: [ '--mark', 'widget snapshot', join_paths(meson.current_build_dir(), '../../demos/widget-factory/gtk4-widget-factory') ],
env: [ 'GTK_THEME=Empty',
'GSETTINGS_SCHEMA_DIR=@0@'.format(gtk_schema_build_dir) ],
suite: [ 'css' ])
suite: [ 'gtk' ])
endif