mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-14 05:16:18 +01: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:
parent
7254fd7aa3
commit
831f5c5c2d
@ -2373,6 +2373,7 @@ endif
|
|||||||
|
|
||||||
common_test_env = [
|
common_test_env = [
|
||||||
'G_DEBUG=gc-friendly',
|
'G_DEBUG=gc-friendly',
|
||||||
|
'G_ENABLE_DIAGNOSTIC=1',
|
||||||
'MALLOC_CHECK_=2',
|
'MALLOC_CHECK_=2',
|
||||||
]
|
]
|
||||||
test_timeout = 60
|
test_timeout = 60
|
||||||
|
Loading…
Reference in New Issue
Block a user