~abreu-alexandre/ubuntu-html5-theme/fix-toolbar-swipe

« back to all changes in this revision

Viewing changes to tests/autopilot/CMakeLists.txt

Add a better cordova qml component search pattern for the cordovaview mostly to account for the cordova 3.4 version that is to be installed locally; Add autopilot tests for the container,. Fixes: https://bugs.launchpad.net/bugs/1277665.

Approved by PS Jenkins bot, Alexandre Abreu, David Barth.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
execute_process(COMMAND python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"
 
2
    OUTPUT_VARIABLE PYTHON_PACKAGE_DIR OUTPUT_STRIP_TRAILING_WHITESPACE)
 
3
 
 
4
install(DIRECTORY ubuntu_html5_container ubuntu_html5_ui_toolkit
 
5
    DESTINATION ${PYTHON_PACKAGE_DIR}
 
6
    )
 
7
 
 
8
install(DIRECTORY tools
 
9
        DESTINATION ${CMAKE_INSTALL_DATADIR}/ubuntu-html5-ui-toolkit/tests
 
10
        )
 
11