(Automated Tests) Clean up linking 61/210261/4
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 17 Jul 2019 10:17:26 +0000 (11:17 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 17 Jul 2019 11:41:37 +0000 (12:41 +0100)
commit71f37f16f983957d32defb8456fade32c99fcfef
tree424c07e092e3944362c9664d9e994093bb80f436
parent6d96d7c0b6a74a5fe927dcaa2d9b1fae932af08d
(Automated Tests) Clean up linking

- Styling tests SHOULD NOT link with the real adaptor at all.
- InputMethodOptions & some additiona Window stubs required to
  ensure it all links properly when not using the real Adaptor.
- Third Party tests do not require any of the toolkit test
  functionality.

Change-Id: Ia05973bf400f201d3f9a1bc51d3cc1c34b3509c8
automated-tests/src/dali-toolkit-internal/CMakeLists.txt
automated-tests/src/dali-toolkit-styling/CMakeLists.txt
automated-tests/src/dali-toolkit-styling/utc-Dali-StyleManager.cpp
automated-tests/src/dali-toolkit-third-party/CMakeLists.txt
automated-tests/src/dali-toolkit-third-party/utc-Dali-Flexbox-Layout.cpp
automated-tests/src/dali-toolkit/CMakeLists.txt
automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-input-method-options.cpp [new file with mode: 0644]
automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-window.cpp