diff options
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build index 18e4e2f..3b2dbac 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -1,3 +1,10 @@ +test_env = [ + 'G_DEBUG=gc-friendly', + 'GSETTINGS_BACKEND=memory', + 'MALLOC_CHECK_=2', + 'NO_AT_BRIDGE=1', +] + subdir('testing-util') subdir('libpeas') |