diff --git a/src/st/meson.build b/src/st/meson.build index 72a354cf8..5279455d8 100644 --- a/src/st/meson.build +++ b/src/st/meson.build @@ -221,7 +221,8 @@ if get_option('tests') and have_x11_client link_with: libst ) - test('CSS styling support', test_theme, + test('css-styling', test_theme, + suite: 'st', workdir: meson.current_source_dir(), ) endif