Fix css tests

Disable css deprecation warnings for the style tests. We want to
be able to do tests with named colors here.
This commit is contained in:
Matthias Clasen 2024-09-05 23:27:46 -04:00
parent 3a2b8f94ec
commit b6d19f4c8b

View File

@ -5,6 +5,7 @@ styletest_env.set('G_TEST_SRCDIR', meson.current_source_dir())
styletest_env.set('G_TEST_BUILDDIR', meson.current_build_dir())
styletest_env.set('GSETTINGS_BACKEND', 'memory')
styletest_env.set('G_ENABLE_DIAGNOSTIC', '0')
styletest_env.set('GTK_DEBUG', '')
cssresources = gnome.compile_resources(
'cssresources',