[DPL] ProcessPipe
authorTomasz Iwanek <t.iwanek@samsung.com>
Thu, 11 Jul 2013 15:29:52 +0000 (17:29 +0200)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Thu, 1 Aug 2013 09:34:15 +0000 (09:34 +0000)
commit5b85d5b5919f51cd5fab118a7bb86153a7120ccb
tree1aec6037080db453178314a0a27deec321374450
parent4cbfb048ba2c389832c12b732a674adc93b76928
[DPL] ProcessPipe

[Issue#]       LINUXWRT-639
[Feature]      Utility to spawn subprocess o read and write bytes through named pipes
[Cause]        N/A
[Solution]     This will be used in tests. Whats more this was problem in wrt-extra for some tests.
[Verification] Build repository with tests and with WITH_CHILD ON. Run tests: wrt-commons-tests-test --output=text --regexp='ProcessPipe_' #all should pass

Change-Id: I92915b53b9542cd2e523e42669e37ebd050eaf81
modules/test/config.cmake
modules/test/include/dpl/test/process_pipe.h [new file with mode: 0644]
modules/test/src/process_pipe.cpp [new file with mode: 0644]
tests/test/CMakeLists.txt
tests/test/test_process_pipe.cpp [new file with mode: 0644]