From a2f99c7be5b6358ef5622b79fc6582228c215b8b Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Mon, 9 Sep 2019 17:58:17 -0700 Subject: [PATCH] build: set NO_AT_BRIDGE=1 when running automated tests --- src/tests/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/meson.build b/src/tests/meson.build index e504e39a..c506d197 100644 --- a/src/tests/meson.build +++ b/src/tests/meson.build @@ -4,6 +4,7 @@ test_env = [ 'G_DEBUG=gc-friendly', 'GSETTINGS_BACKEND=memory', 'MALLOC_CHECK_=2', + 'NO_AT_BRIDGE=1', ] test_cflags = [