mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
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:
parent
3a2b8f94ec
commit
b6d19f4c8b
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user