~ubuntu-docviewer-dev/ubuntu-docviewer-app/lo-viewer

« back to all changes in this revision

Viewing changes to tests/autopilot/CMakeLists.txt

  • Committer: Stefano Verzegnassi
  • Date: 2016-01-15 19:40:05 UTC
  • mto: This revision was merged to the branch mainline in revision 261.
  • Revision ID: stefano92.100@gmail.com-20160115194005-sarytsksxj1rkwvc
Disabled current Autopilot tests. Added a dummy test instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if(INSTALL_TESTS)
 
2
execute_process(COMMAND python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"
 
3
    OUTPUT_VARIABLE PYTHON_PACKAGE_DIR OUTPUT_STRIP_TRAILING_WHITESPACE)
 
4
 
 
5
install(DIRECTORY ${AUTOPILOT_DIR}
 
6
    DESTINATION ${PYTHON_PACKAGE_DIR}
 
7
    )
 
8
endif(INSTALL_TESTS)
 
9
 
 
10
add_subdirectory(ubuntu_docviewer_app)