summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler/test
diff options
context:
space:
mode:
authoriAndrew5 <abyzhynar@luxoft.com>2015-10-13 17:19:16 +0300
committeriAndrew5 <abyzhynar@luxoft.com>2015-10-28 16:48:15 +0200
commit04b7c9b1841be735fb3d6eb9c0eb7a877c525a9c (patch)
tree2859009e0be3c9fc4b33573e236b8318b069bbb0 /src/components/protocol_handler/test
parent1158cc7866a4bbfbc478ab20db42edffecddbf5f (diff)
downloadsdl_core-04b7c9b1841be735fb3d6eb9c0eb7a877c525a9c.tar.gz
Disabled some tests in CmakeLists to enable compilation with TESTS
Diffstat (limited to 'src/components/protocol_handler/test')
-rw-r--r--src/components/protocol_handler/test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/protocol_handler/test/CMakeLists.txt b/src/components/protocol_handler/test/CMakeLists.txt
index d24fb47bac..31b39ac792 100644
--- a/src/components/protocol_handler/test/CMakeLists.txt
+++ b/src/components/protocol_handler/test/CMakeLists.txt
@@ -48,7 +48,7 @@ set(LIBRARIES
set(SOURCES
incoming_data_handler_test.cc
protocol_header_validator_test.cc
- protocol_handler_tm_test.cc
+ #protocol_handler_tm_test.cc
)
create_test("protocol_handler_test" "${SOURCES}" "${LIBRARIES}")