lxcpp: add all required objects to lxcpp.so, add test executable 44/47044/4
authorKrzysztof Dynowski <k.dynowski@samsung.com>
Fri, 28 Aug 2015 10:52:51 +0000 (12:52 +0200)
committerKrzysztof Dynowski <k.dynowski@samsung.com>
Fri, 28 Aug 2015 13:18:45 +0000 (15:18 +0200)
commita61093cd82f7b06e7594071f50763615c14754e1
treeee421fa1f5399181d996bb3f22294196a4d4ad64
parentfb84beec90283c39442ecb4de15586948ce934bb
lxcpp: add all required objects to lxcpp.so, add test executable

[Feature]       Linking with lxcpp give unknown symbol errors
[Cause]         No requird objects in lxcpp.so
[Solution]      Add them to CMakeLists.txt, create test app
[Verification]  Build, install

Change-Id: I4dc59091ea294aa51a6201236f6fe51162459b83
common/netlink/netlink.cpp
libs/lxcpp/CMakeLists.txt
tests/unit_tests/CMakeLists.txt
tests/unit_tests/lxcpp/lxcpp-api-compile-test.cpp [new file with mode: 0644]