~unity-team/unity8/ota9.5

« back to all changes in this revision

Viewing changes to cmake/modules/autopilot.cmake

  • Committer: Michał Sawicz
  • Date: 2013-06-05 22:03:08 UTC
  • Revision ID: michal.sawicz@canonical.com-20130605220308-yny8fv3futtr04fg
Inital unity8 commit.

Previous history can be found at https://code.launchpad.net/~unity-team/unity/phablet

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
add_custom_target(autopilot)
 
2
 
 
3
function(declare_autopilot_test TEST_NAME WORKING_DIR)
 
4
  add_custom_command(TARGET autopilot
 
5
  COMMAND autopilot run ${TEST_NAME}
 
6
  WORKING_DIRECTORY ${WORKING_DIR})
 
7
endfunction()