mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 22:03:29 +02:00
tests: Run all tests with deprecated property warnings enabled
The tests that functionally rely on G_ENABLE_DIAGNOSTIC=1 still set it explicitly, so that they will behave as expected when run as installed-tests or manually. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
@@ -2373,6 +2373,7 @@ endif
|
||||
|
||||
common_test_env = [
|
||||
'G_DEBUG=gc-friendly',
|
||||
'G_ENABLE_DIAGNOSTIC=1',
|
||||
'MALLOC_CHECK_=2',
|
||||
]
|
||||
test_timeout = 60
|
||||
|
Reference in New Issue
Block a user