aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unittest.cpp3
1 files changed, 3 insertions, 0 deletions
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 <iostream>
#include <vector>
+#include "settings.h"
+#undef CROW_LOG_LEVEL
+#define CROW_LOG_LEVEL 0
#include "routing.h"
#include "utility.h"
#include "crow.h"