~ps-jenkins/ubuntu-ui-extras/latestsnapshot-0.1+13.10.20130829-0ubuntu1

« back to all changes in this revision

Viewing changes to tests/autopilot/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Ugo Riboni, Łukasz 'sil2100' Zemczak
  • Date: 2013-08-20 20:12:24 UTC
  • mfrom: (45.2.3 ubuntu-ui-extras-no-ap-tests)
  • Revision ID: tarmac-20130820201224-l3522cggl2vnrht8
Remove the autopilot test and package, since they do nothing for now.

Approved by PS Jenkins bot, Łukasz Zemczak.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
set(AUTOPILOT_DIR ubuntu_ui_extras)
2
 
 
3
 
execute_process(COMMAND python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"
4
 
    OUTPUT_VARIABLE PYTHON_PACKAGE_DIR OUTPUT_STRIP_TRAILING_WHITESPACE)
5
 
 
6
 
install(DIRECTORY ${AUTOPILOT_DIR}
7
 
    DESTINATION ${PYTHON_PACKAGE_DIR}
8
 
    )
9