From 177ea07f3411353d9eb964b4d9c0812685d71738 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 2 Nov 2016 18:30:45 +0100 Subject: [PATCH] tests: Preload umockdev before running tests Otherwise it's as if we were outside the test environment, which we don't want to be. https://bugzilla.gnome.org/show_bug.cgi?id=773224 --- Makefile.decl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.decl b/Makefile.decl index aab33c3..ea39c7a 100644 --- a/Makefile.decl +++ b/Makefile.decl @@ -1,4 +1,5 @@ -GTESTER = gtester # in $PATH for non-GLIB packages +# Note, we need this set for umockdev to be available in tests +GTESTER = env LD_PRELOAD=libumockdev-preload.so.0: gtester # in $PATH for non-GLIB packages GTESTER_REPORT = gtester-report # in $PATH for non-GLIB packages # initialize variables for unconditional += appending -- 2.34.1