Add clock-test project (attempt 2) 31/90331/4
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Fri, 9 Sep 2016 14:00:41 +0000 (16:00 +0200)
committerLukasz Stanislawski <l.stanislaws@samsung.com>
Wed, 5 Oct 2016 12:32:33 +0000 (14:32 +0200)
commit33e79b58c3d7ab07001ac95ebf64b84b6b911ea3
tree1ed0ab4d478ab3cd2f23db978c3f3b08fcbf7e5d
parentaa43d5e974798b2800e516045834b0cb4ce93e16
Add clock-test project (attempt 2)

Tizen Studio SDK do not contain gmock library. Moreover it contains
only outdated version of google's testing framework (gtest).

This patch adds compiled gtest and gmock dependencies to avoid
problems with SDK configuration. Libraries are compiled for
arm and x86 architectures.

Due to problems with CLI configuration, currently test projects
can be only be compiled with Tizen Studio.

Change-Id: Id403b0798d2e2731494f29947ddc10d15815fda9
73 files changed:
clock-tests/.cproject [new file with mode: 0644]
clock-tests/.exportMap [new file with mode: 0644]
clock-tests/.project [new file with mode: 0644]
clock-tests/inc/LICENSE [new file with mode: 0644]
clock-tests/inc/clockTest.h [new file with mode: 0644]
clock-tests/inc/gmock/gmock-actions.h [new file with mode: 0644]
clock-tests/inc/gmock/gmock-cardinalities.h [new file with mode: 0644]
clock-tests/inc/gmock/gmock-generated-actions.h [new file with mode: 0644]
clock-tests/inc/gmock/gmock-generated-actions.h.pump [new file with mode: 0644]
clock-tests/inc/gmock/gmock-generated-function-mockers.h [new file with mode: 0644]
clock-tests/inc/gmock/gmock-generated-function-mockers.h.pump [new file with mode: 0644]
clock-tests/inc/gmock/gmock-generated-matchers.h [new file with mode: 0644]
clock-tests/inc/gmock/gmock-generated-matchers.h.pump [new file with mode: 0644]
clock-tests/inc/gmock/gmock-generated-nice-strict.h [new file with mode: 0644]
clock-tests/inc/gmock/gmock-generated-nice-strict.h.pump [new file with mode: 0644]
clock-tests/inc/gmock/gmock-matchers.h [new file with mode: 0644]
clock-tests/inc/gmock/gmock-more-actions.h [new file with mode: 0644]
clock-tests/inc/gmock/gmock-more-matchers.h [new file with mode: 0644]
clock-tests/inc/gmock/gmock-spec-builders.h [new file with mode: 0644]
clock-tests/inc/gmock/gmock.h [new file with mode: 0644]
clock-tests/inc/gmock/internal/custom/gmock-generated-actions.h [new file with mode: 0644]
clock-tests/inc/gmock/internal/custom/gmock-generated-actions.h.pump [new file with mode: 0644]
clock-tests/inc/gmock/internal/custom/gmock-matchers.h [new file with mode: 0644]
clock-tests/inc/gmock/internal/custom/gmock-port.h [new file with mode: 0644]
clock-tests/inc/gmock/internal/gmock-generated-internal-utils.h [new file with mode: 0644]
clock-tests/inc/gmock/internal/gmock-generated-internal-utils.h.pump [new file with mode: 0644]
clock-tests/inc/gmock/internal/gmock-internal-utils.h [new file with mode: 0644]
clock-tests/inc/gmock/internal/gmock-port.h [new file with mode: 0644]
clock-tests/inc/gtest/gtest-death-test.h [new file with mode: 0644]
clock-tests/inc/gtest/gtest-message.h [new file with mode: 0644]
clock-tests/inc/gtest/gtest-param-test.h [new file with mode: 0644]
clock-tests/inc/gtest/gtest-param-test.h.pump [new file with mode: 0644]
clock-tests/inc/gtest/gtest-printers.h [new file with mode: 0644]
clock-tests/inc/gtest/gtest-spi.h [new file with mode: 0644]
clock-tests/inc/gtest/gtest-test-part.h [new file with mode: 0644]
clock-tests/inc/gtest/gtest-typed-test.h [new file with mode: 0644]
clock-tests/inc/gtest/gtest.h [new file with mode: 0644]
clock-tests/inc/gtest/gtest_pred_impl.h [new file with mode: 0644]
clock-tests/inc/gtest/gtest_prod.h [new file with mode: 0644]
clock-tests/inc/gtest/internal/custom/gtest-port.h [new file with mode: 0644]
clock-tests/inc/gtest/internal/custom/gtest-printers.h [new file with mode: 0644]
clock-tests/inc/gtest/internal/custom/gtest.h [new file with mode: 0644]
clock-tests/inc/gtest/internal/gtest-death-test-internal.h [new file with mode: 0644]
clock-tests/inc/gtest/internal/gtest-filepath.h [new file with mode: 0644]
clock-tests/inc/gtest/internal/gtest-internal.h [new file with mode: 0644]
clock-tests/inc/gtest/internal/gtest-linked_ptr.h [new file with mode: 0644]
clock-tests/inc/gtest/internal/gtest-param-util-generated.h [new file with mode: 0644]
clock-tests/inc/gtest/internal/gtest-param-util-generated.h.pump [new file with mode: 0644]
clock-tests/inc/gtest/internal/gtest-param-util.h [new file with mode: 0644]
clock-tests/inc/gtest/internal/gtest-port-arch.h [new file with mode: 0644]
clock-tests/inc/gtest/internal/gtest-port.h [new file with mode: 0644]
clock-tests/inc/gtest/internal/gtest-string.h [new file with mode: 0644]
clock-tests/inc/gtest/internal/gtest-tuple.h [new file with mode: 0644]
clock-tests/inc/gtest/internal/gtest-tuple.h.pump [new file with mode: 0644]
clock-tests/inc/gtest/internal/gtest-type-util.h [new file with mode: 0644]
clock-tests/inc/gtest/internal/gtest-type-util.h.pump [new file with mode: 0644]
clock-tests/lib/LICENSE [new file with mode: 0644]
clock-tests/lib/arm/libgmock.a [new file with mode: 0644]
clock-tests/lib/arm/libgmock_main.a [new file with mode: 0644]
clock-tests/lib/arm/libgtest.a [new file with mode: 0644]
clock-tests/lib/arm/libgtest_main.a [new file with mode: 0644]
clock-tests/lib/x86/libgmock.a [new file with mode: 0644]
clock-tests/lib/x86/libgmock_main.a [new file with mode: 0644]
clock-tests/lib/x86/libgtest.a [new file with mode: 0644]
clock-tests/lib/x86/libgtest_main.a [new file with mode: 0644]
clock-tests/project_def.prop [new file with mode: 0644]
clock-tests/shared/res/clockTest.png [new file with mode: 0644]
clock-tests/src/AlarmPresenterTestCase.cpp [new file with mode: 0644]
clock-tests/src/clockTest.cpp [new file with mode: 0644]
clock-tests/tizen-manifest.xml [new file with mode: 0644]
clock-tests/unittest.xml [new file with mode: 0644]
clock/.cproject
clock/tizen-manifest.xml