Rework smoke tests 03/59903/1
authorTomasz Iwanek <t.iwanek@samsung.com>
Wed, 17 Feb 2016 09:35:29 +0000 (10:35 +0100)
committerTomasz Iwanek <t.iwanek@samsung.com>
Fri, 19 Feb 2016 09:32:22 +0000 (10:32 +0100)
commitd635ea27e46f4d05e2f9369216079aa90ec6c19b
treeeacb4bbc9729bcab9af8c319d5e653e617785d2c
parent7d8a6eb14a8feba22da2ac214c987d1959a37c70
Rework smoke tests

Reimplement smoke tests so that they don't use gtest's
EXPECT_DEATH. This will fix problems that are sourced
in forking test binary. "smoke-test-helper" binary is
introduced purely for recovery tests to provide crash
test scenario.

Verification:
 - /usr/bin/wgt-backend-ut/smoke-test

Change-Id: I76cb751ce13d88528de2da6e20ea3dd848e492a8
CMakeLists.txt
packaging/wgt-backend-tests.manifest
src/unit_tests/CMakeLists.txt
src/unit_tests/smoke_test.cc
src/unit_tests/smoke_test_helper.cc [new file with mode: 0644]