Support for "process per testcase" framework.
authorBartlomiej Grzelewski <b.grzelewski@samsung.com>
Fri, 1 Feb 2013 16:17:44 +0000 (17:17 +0100)
committerGerrit Code Review <gerrit2@kim11>
Wed, 6 Feb 2013 09:34:09 +0000 (18:34 +0900)
commitf4170d55f6938b464fdb35c3192d149d500f9a98
tree3699e734e71a49b8b6ad51aecff60c44ef90ba15
parentf4142ad62558b1e79ffc899d3a373b3a379de7e8
Support for "process per testcase" framework.

Test defined in macro RUNNER_CHILD_TEST will be run
in child process.

[Issue#]   SSDWSSP-62
[Problem]  Some test must be run in child process.
[Cause]    N/A
[Solution] Add new framework to test.

[Verification] Successful compilation.

Change-Id: I6336c195ec3c7ec5b20360c239c93c9197698822
modules/test/config.cmake
modules/test/include/dpl/test/test_runner.h
modules/test/include/dpl/test/test_runner_child.h [new file with mode: 0644]
modules/test/src/test_runner.cpp
modules/test/src/test_runner_child.cpp [new file with mode: 0644]
tests/dpl/CMakeLists.txt
tests/dpl/test/CMakeLists.txt [new file with mode: 0644]
tests/dpl/test/main.cpp [new file with mode: 0644]
tests/dpl/test/runner_child.cpp [new file with mode: 0644]