~ci-train-bot/ubuntu-system-settings/ubuntu-system-settings-ubuntu-zesty-2140

« back to all changes in this revision

Viewing changes to tests/plugins/CMakeLists.txt

  • Committer: Bileto Bot
  • Author(s): Jonas G. Drange
  • Date: 2016-11-29 11:11:21 UTC
  • mfrom: (1733.3.12 appearance-launcher)
  • Revision ID: ci-train-bot@canonical.com-20161129111121-oz2yn56nev9ff182
* Packaging change: depend on USC for testing
* Adds Launcher settings panel to System Settings
* Makes USS a gapplication as a requirement for the use of the qtdesktopwidget
* Adds gsetting qml mock

Approved by: Ken VanDine

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
add_qml_test(system-update systemupdate_download_handler
56
56
    IMPORT_PATHS ${SYSTEMUPDATE_IMPORT_PATHS}
57
57
)
 
58
 
 
59
set(LAUNCHER_IMPORT_PATHS
 
60
    ${CMAKE_SOURCE_DIR}/src
 
61
    ${CMAKE_BINARY_DIR}/tests/utils/modules
 
62
    ${CMAKE_BINARY_DIR}/tests/mocks/
 
63
    ${CMAKE_SOURCE_DIR}/tests/plugins/launcher
 
64
)
 
65
add_qml_test(launcher LauncherPageComponent IMPORT_PATHS ${LAUNCHER_IMPORT_PATHS})