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

« back to all changes in this revision

Viewing changes to tests/CMakeLists.txt

ease creation of qml tests by adopting the same setup as ubuntu-settings-components

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
add_test(NAME python3 COMMAND "${CMAKE_CURRENT_BINARY_DIR}/test_code.py")
46
46
add_test(NAME test_push_helper COMMAND "${CMAKE_CURRENT_BINARY_DIR}/test_push_helper.py")
47
47
 
 
48
add_subdirectory(utils)
 
49
 
 
50
# QML tests that require graphical capabitlies.
 
51
add_custom_target(qmluitests)
 
52
add_dependencies(qmluitests UbuntuTest)
 
53
 
 
54
add_custom_target(qmltests)
 
55
add_dependencies(qmltests qmluitests)
 
56
 
48
57
add_subdirectory(plugins)
 
58
 
 
59