Running universal-switch-tests as regular tizen application 98/143098/6
authorLukasz Wlazly <l.wlazly@partner.samsung.com>
Tue, 8 Aug 2017 09:36:44 +0000 (11:36 +0200)
committerLukasz Wlazly <l.wlazly@partner.samsung.com>
Thu, 10 Aug 2017 12:45:19 +0000 (14:45 +0200)
commit06402b2a2250184cbd0a84169e7b240feefc259d
tree9e595e1a58739e5cfc61841774f2c8b28a4df6ca
parent8907399b77a11282f90a7d660dbda1795aae8e85
Running universal-switch-tests as regular tizen application

1. All tests has been moved to separated rpm package
2. Tests has been divided into two groups:
    - tests without UI elements: they are being run as particular binary files
    - tests with UI elements: they are being run from org.tizen.universal-switch-tests application
3. FooTest will be replaced as soon as suitable test appears

Change-Id: Ie25fa1ad209e9ea905316925950bb1a7360bcb18
16 files changed:
org.tizen.universal-switch-tests.manifest [new file with mode: 0644]
packaging/org.tizen.universal-switch.spec
tests/CMakeLists.txt
tests/no-ui-scenarios/ActivityProcessingTests.cpp [moved from tests/ActivityProcessingTests.cpp with 92% similarity]
tests/no-ui-scenarios/ActivityProcessingTests.hpp [moved from tests/ActivityProcessingTests.hpp with 100% similarity]
tests/no-ui-scenarios/CMakeLists.txt [new file with mode: 0644]
tests/no-ui-scenarios/ConfigurationTests.cpp [moved from tests/ConfigurationTests.cpp with 93% similarity]
tests/no-ui-scenarios/ConfigurationTests.hpp [moved from tests/ConfigurationTests.hpp with 100% similarity]
tests/no-ui-scenarios/MenuBuilderTests.cpp [moved from tests/MenuBuilderTests.cpp with 100% similarity]
tests/no-ui-scenarios/OptionalTests.cpp [moved from tests/OptionalTests.cpp with 100% similarity]
tests/no-ui-scenarios/VConfImplTests.cpp [moved from tests/VConfImplTests.cpp with 100% similarity]
tests/org.tizen.universal-switch-tests.xml [new file with mode: 0644]
tests/ui-scenarios/CMakeLists.txt [new file with mode: 0644]
tests/ui-scenarios/FooTests.cpp [new file with mode: 0644]
tests/ui-scenarios/FooTests.hpp [new file with mode: 0644]
tests/ui-scenarios/main.cpp [new file with mode: 0644]