From 4fc54efc652f1db70417332852612e7c36745c09 Mon Sep 17 00:00:00 2001
From: Joseph Mirabel <jmirabel@laas.fr>
Date: Tue, 29 Jan 2019 16:45:34 +0100
Subject: [PATCH] [unittest] Add missing '#define ENABLE_RT_LOG

---
 tests/entity.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/entity.cpp b/tests/entity.cpp
index f757d8c8..41a9348f 100644
--- a/tests/entity.cpp
+++ b/tests/entity.cpp
@@ -13,6 +13,8 @@
 // You should have received a copy of the GNU Lesser General Public License
 // along with dynamic-graph.  If not, see <http://www.gnu.org/licenses/>.
 
+#define ENABLE_RT_LOG
+
 #include <sstream>
 #include <dynamic-graph/entity.h>
 #include <dynamic-graph/exception-factory.h>
-- 
GitLab