Add RUNNER_ERROR_MSG(message) macro 96/28896/7
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Thu, 16 Oct 2014 17:10:49 +0000 (19:10 +0200)
committerLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Thu, 30 Oct 2014 10:23:29 +0000 (11:23 +0100)
commit9626677f193924a046074bfd495a627ab61f7a46
tree8833ae3e4406f860721588d03e33f1e811f2fefa
parenta3e450753a9e67d8c2d6dcf1916dae3ccb399b15
Add RUNNER_ERROR_MSG(message) macro

Macro can be used to print error messages during test runtime.
Sometimes there is a need to print out important information
that are related to error that happen during test run, but it is
impossible to do that with RUNNER_ASSERT... macros because
an exception is alredy thrown.

Change-Id: I574af27bba7c20f21e2c6f9fc0b808f7ed9675ed
README
tests/framework/include/dpl/test/test_runner.h