~jonas-drange/ubuntu-system-settings/apl

« back to all changes in this revision

Viewing changes to tests/plugins/CMakeLists.txt

  • Committer: Jonas G. Drange
  • Date: 2016-12-05 13:53:37 UTC
  • mfrom: (1728.1.8 main_list_view)
  • Revision ID: jonas.drange@canonical.com-20161205135337-p3n3qidu5c8n1hxz
merges in prereq

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
add_qml_test(main MainWindow
60
60
    IMPORT_PATHS
61
61
    ${CMAKE_SOURCE_DIR}/tests/plugins/main
 
62
    ${qmltest_DEFAULT_IMPORT_PATHS}
 
63
)
 
64
 
 
65
set(LAUNCHER_IMPORT_PATHS
 
66
    ${CMAKE_SOURCE_DIR}/src
 
67
    ${CMAKE_BINARY_DIR}/tests/utils/modules
62
68
    ${CMAKE_BINARY_DIR}/tests/mocks/
63
69
    ${qmltest_DEFAULT_IMPORT_PATHS}
 
70
    ${CMAKE_SOURCE_DIR}/tests/plugins/launcher
64
71
)
 
72
 
 
73
add_qml_test(launcher LauncherPageComponent IMPORT_PATHS ${LAUNCHER_IMPORT_PATHS})