summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKozoriz <kozorizandriy@gmail.com>2016-03-24 08:44:23 +0200
committerKozoriz <kozorizandriy@gmail.com>2016-03-31 17:54:33 +0300
commit035d727bf11c3e6986a36843e11bd5b8919b3b30 (patch)
treebff9fb295329726d4738447a2db1fad5e164cfc8 /src
parentf35c7ff2c60b7705494a1b634da81da8a839b5eb (diff)
downloadsdl_core-035d727bf11c3e6986a36843e11bd5b8919b3b30.tar.gz
TelemetryMonitor tests correctives
Diffstat (limited to 'src')
-rw-r--r--src/components/telemetry_monitor/CMakeLists.txt1
-rw-r--r--src/components/telemetry_monitor/test/CMakeLists.txt2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/components/telemetry_monitor/CMakeLists.txt b/src/components/telemetry_monitor/CMakeLists.txt
index a70a6e18b7..815720e15c 100644
--- a/src/components/telemetry_monitor/CMakeLists.txt
+++ b/src/components/telemetry_monitor/CMakeLists.txt
@@ -39,6 +39,7 @@ include_directories (
${COMPONENTS_DIR}/transport_manager/include/
${COMPONENTS_DIR}/application_manager/include/
${COMPONENTS_DIR}/policy/src/policy/include/
+ ${COMPONENTS_DIR}/policy/src/policy/usage_statistics/include
${COMPONENTS_DIR}/hmi_message_handler/include/
${COMPONENTS_DIR}/formatters/include/
${COMPONENTS_DIR}/media_manager/include/
diff --git a/src/components/telemetry_monitor/test/CMakeLists.txt b/src/components/telemetry_monitor/test/CMakeLists.txt
index f574621828..7d2de19854 100644
--- a/src/components/telemetry_monitor/test/CMakeLists.txt
+++ b/src/components/telemetry_monitor/test/CMakeLists.txt
@@ -37,6 +37,8 @@ include_directories(
${COMPONENTS_DIR}/utils/include
${COMPONENTS_DIR}/protocol_handler/include
${COMPONENTS_DIR}/application_manager/include
+ ${COMPONENTS_DIR}/resumption/include
+ ${JSONCPP_INCLUDE_DIRECTORY}
)