summaryrefslogtreecommitdiff
path: root/testsuite/css/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/css/meson.build')
-rw-r--r--testsuite/css/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/css/meson.build b/testsuite/css/meson.build
index 3aa364347a..00f54efb2c 100644
--- a/testsuite/css/meson.build
+++ b/testsuite/css/meson.build
@@ -49,7 +49,7 @@ endif
if get_option ('profiler')
test('performance-adwaita', test_performance,
- args: [ '--mark', 'style',
+ args: [ '--mark', 'css validation',
'--name', 'performance-adwaita',
'--output', join_paths(meson.current_build_dir(), 'output'),
join_paths(meson.current_build_dir(), '../../demos/widget-factory/gtk4-widget-factory') ],
@@ -58,7 +58,7 @@ if get_option ('profiler')
suite: [ 'css' ])
test('performance-empty', test_performance,
- args: [ '--mark', 'style',
+ args: [ '--mark', 'css validation',
'--name', 'performance-empty',
'--output', join_paths(meson.current_build_dir(), 'output'),
join_paths(meson.current_build_dir(), '../../demos/widget-factory/gtk4-widget-factory') ],