From: Bastien Nocera Date: Wed, 2 Nov 2016 17:30:45 +0000 (+0100) Subject: tests: Preload umockdev before running tests X-Git-Tag: upstream/231~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=177ea07f3411353d9eb964b4d9c0812685d71738;p=platform%2Fupstream%2Flibgudev.git 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 --- 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