summaryrefslogtreecommitdiff
path: root/src/components/hmi_message_handler/test/Readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/hmi_message_handler/test/Readme.txt')
-rw-r--r--src/components/hmi_message_handler/test/Readme.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/components/hmi_message_handler/test/Readme.txt b/src/components/hmi_message_handler/test/Readme.txt
new file mode 100644
index 0000000000..4dcd565d90
--- /dev/null
+++ b/src/components/hmi_message_handler/test/Readme.txt
@@ -0,0 +1,11 @@
+28.11.2014 Andriy Byzhynar
+
+1) Tests for mqueue_adapter failed as mqueue transport still not used.
+2) Tests are not actual at the moment until PASA moves to use mqueue transport.
+3) To activate tests - just uncomment following lines in CMakeLists.txt of hmi_message_handler :
+
+ - #if(BUILD_TESTS)
+ - # add_subdirectory(test)
+ - #endif()
+
+ They are located at the end of file.