summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2019-09-09 17:35:51 -0700
committerChristian Hergert <chergert@redhat.com>2019-09-09 17:36:03 -0700
commite96ca491cee706a75788e3eeac72ed36915a922d (patch)
tree8a27658f95d2acbb83354d75bd81a6e1ddea16ba /tests/meson.build
parent48cd16ee89d999c539ee09de7a551c5c8223f162 (diff)
downloadlibpeas-e96ca491cee706a75788e3eeac72ed36915a922d.tar.gz
build: setup test suite environment
This gives us some useful settings for debugging when unit tests are run in automated environments.
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build7
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')