Add inner tests for timeout mechanism 07/35607/7
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Mon, 12 Jan 2015 10:26:10 +0000 (11:26 +0100)
committerLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Fri, 20 Mar 2015 10:56:12 +0000 (11:56 +0100)
commit56b0d243f659764f21010ab4cf3b8e3c12379a72
treebdc1eefd7e6f9b67966e0f5afcbdfcfb7fe6a61e
parent1cbc875e1e85b8e0ecb835807d5470923dd56603
Add inner tests for timeout mechanism

Inner tests are needed to check if timeout mechanism works correctly
on platform that tests are runned.
Risk of not working is elevated because it uses std::future::wait_for()
method, which implementation had bugs in older compilers.

Change-Id: I3eae4dcab59b1fcec0c46f870653d0ae18c4a85f
tests/CMakeLists.txt
tests/common/test_cases_timeout.cpp [new file with mode: 0644]