From 6c58f2bdb6739e783d032c31cea2cf0672db5464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= Date: Fri, 12 Jan 2018 14:36:38 +0100 Subject: [PATCH] tests: log_interlib_client: no logging self-check when not logging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- tests/functional/log_interlib_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/log_interlib_client.c b/tests/functional/log_interlib_client.c index 820df67ce..e2f139486 100644 --- a/tests/functional/log_interlib_client.c +++ b/tests/functional/log_interlib_client.c @@ -23,7 +23,7 @@ #include "os_base.h" #include -#ifndef NSELFCHECK +#if !defined(NLOG) && !defined(NSELFCHECK) QB_LOG_INIT_DATA(linker_contra_log_lib_user); #endif