From 532eb71e2bb7784dd3091fcb57d878de09ab75b8 Mon Sep 17 00:00:00 2001 From: ipknHama Date: Sun, 14 Sep 2014 20:04:27 +0900 Subject: add pragma once to settings.h, set log level to DEBUG for unittest --- tests/unittest.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/unittest.cpp b/tests/unittest.cpp index b552ddc..818032f 100644 --- a/tests/unittest.cpp +++ b/tests/unittest.cpp @@ -2,6 +2,9 @@ #define CROW_ENABLE_DEBUG #include #include +#include "settings.h" +#undef CROW_LOG_LEVEL +#define CROW_LOG_LEVEL 0 #include "routing.h" #include "utility.h" #include "crow.h" -- cgit v1.2.3-54-g00ecf