[gtk/matthiasc/for-master: 112/113] Move performance tests to the right testsuite
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/matthiasc/for-master: 112/113] Move performance tests to the right testsuite
- Date: Wed, 12 Feb 2020 17:20:20 +0000 (UTC)
commit cc8506ca15a193d0644d77e6f427674902b0d963
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Feb 11 14:09:00 2020 -0500
Move performance tests to the right testsuite
This was a copy-paste error.
testsuite/gtk/meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/testsuite/gtk/meson.build b/testsuite/gtk/meson.build
index 02d38cbece..02aeb6fa44 100644
--- a/testsuite/gtk/meson.build
+++ b/testsuite/gtk/meson.build
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]