~tiagosh/phone-app/phone-app-mms

« back to all changes in this revision

Viewing changes to tests/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Omer Akram
  • Date: 2013-06-28 18:30:16 UTC
  • mfrom: (680.1.6 phone)
  • Revision ID: tarmac-20130628183016-54sesbkkahrmb7gf
Adds initial packaging for the network connected tests.

Approved by Gustavo Pichorim Boiko, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
set(AUTOPILOT_DIR autopilot/phone_app)
 
2
set(CONNECTED_AUTOPILOT_DIR autopilot/connected_tests)
2
3
 
3
4
execute_process(COMMAND python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"
4
5
    OUTPUT_VARIABLE PYTHON_PACKAGE_DIR OUTPUT_STRIP_TRAILING_WHITESPACE)
7
8
    DESTINATION ${PYTHON_PACKAGE_DIR}
8
9
    )
9
10
 
 
11
install(DIRECTORY ${CONNECTED_AUTOPILOT_DIR}
 
12
    DESTINATION ${PYTHON_PACKAGE_DIR}
 
13
    )