summaryrefslogtreecommitdiff
path: root/src/components/hmi_message_handler/test/Readme.txt
blob: 4dcd565d9065f3958708a227177ef74c565efe0c (plain)
1
2
3
4
5
6
7
8
9
10
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.