Path class for DPL + tests
authorTomasz Iwanek <t.iwanek@samsung.com>
Mon, 25 Feb 2013 15:36:11 +0000 (16:36 +0100)
committerGerrit Code Review <gerrit2@kim11>
Thu, 7 Mar 2013 09:54:01 +0000 (18:54 +0900)
commit1ed4d742847fa973d40ed681deb67aa9f5374f19
tree5e6b91be6fda070f167b664f41afa9b092478631
parent6fc2f17ef688e830727aca99783ad935850e1210
Path class for DPL + tests

[Issue#]       LINUXWRT-86
[Feature]      There is no utility for encapsulate paths
[Cause]        Path is constructed manually
[Solution]     Path abstarction
[Verification] Build repository. Run:
   wrt-commons-tests-utils --output=text --regexp='path_'

Change-Id: Iede9100de7a3c94e7f45256d94599c4114281c04
modules/utils/config.cmake
modules/utils/include/dpl/utils/path.h [new file with mode: 0644]
modules/utils/src/path.cpp [new file with mode: 0644]
tests/utils/CMakeLists.txt
tests/utils/path_tests.cpp [new file with mode: 0644]