[gtk/css-lookup-caching: 5/26] Move performance tests to the right testsuite



commit 7ec7f800c4d5264d4607ed52f1b16c600b1f21fa
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]