[sysprof] build: set NO_AT_BRIDGE=1 when running automated tests



commit a2f99c7be5b6358ef5622b79fc6582228c215b8b
Author: Christian Hergert <chergert redhat com>
Date:   Mon Sep 9 17:58:17 2019 -0700

    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 e504e39..c506d19 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 = [


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]