summaryrefslogtreecommitdiff
path: root/tests/main.cpp
diff options
context:
space:
mode:
authorsangwan.kwon <sangwan.kwon@samsung.com>2016-05-11 16:11:41 +0900
committersangwan.kwon <sangwan.kwon@samsung.com>2016-05-12 11:25:29 +0900
commit89b9a4436daf8adc56eeb9396f718af418d660f0 (patch)
treebae16ab1c0d8c04bb22c7e80a8cd4c06b9102cce /tests/main.cpp
parent93a4383419a348cb773f638776062648b5dc71d2 (diff)
downloadcert-checker-89b9a4436daf8adc56eeb9396f718af418d660f0.tar.gz
cert-checker-89b9a4436daf8adc56eeb9396f718af418d660f0.tar.bz2
cert-checker-89b9a4436daf8adc56eeb9396f718af418d660f0.zip
Move log system to common library
Change-Id: I313b4b4d6019cca575996f7f3fd3f3254f4ce11a
Diffstat (limited to 'tests/main.cpp')
-rw-r--r--tests/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/main.cpp b/tests/main.cpp
index 5ac4ab5..8fe6733 100644
--- a/tests/main.cpp
+++ b/tests/main.cpp
@@ -25,7 +25,8 @@
#include <boost/test/results_reporter.hpp>
#include <colour_log_formatter.h>
-#include <cchecker/log.h>
+
+#include "common/log.h"
struct TestConfig {
TestConfig() {