Add tests - widgetdb
authorLukasz Marek <l.marek@samsung.com>
Tue, 15 Jan 2013 13:10:16 +0000 (14:10 +0100)
committerGerrit Code Review <gerrit2@kim11>
Tue, 15 Jan 2013 16:15:50 +0000 (01:15 +0900)
commitc7e1f8f2cb1cea3b814385e637802f6a98867adb
tree76cf154344cc82b849959649e9d366f425b52db1
parent367b2ab3921325f013c453b44189e9e6dd463c6a
Add tests - widgetdb

[Issue#] N/A
[Feature] Add widgetdb dao tests back to wrt-plugins-commons.
  Build tests conditionally.
[Problem] N/A
[Cause] Unit tests should reside in the same repositories the code they test.
        Tests should be built only on explicit request.
[Solution] Add widgetdb dao tests to wrt-commons repository.
           Build tests only when option WITH_TESTS is set.
[SCMRequest] gbs >= 0.12
[Veryfication] Build repository and run plugins-tests-widgetdb

Change-Id: Ia26366bb9768a9db04e176faf2cd74d4b3e54f7e
CMakeLists.txt
packaging/wrt-plugins-common.spec
src/CMakeLists.txt
tests/CMakeLists.txt [new file with mode: 0644]
tests/CMakeUtils.txt [new file with mode: 0644]
tests/dao/CMakeLists.txt [new file with mode: 0644]
tests/dao/README [new file with mode: 0644]
tests/dao/TestInit.cpp [new file with mode: 0644]
tests/dao/WidgetDBTest.cpp [new file with mode: 0644]
tests/dao/widgetdb_tests_prepare_db.sh [new file with mode: 0755]