~deja-dup-hackers/deja-dup/34

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Michael Terry
  • Date: 2013-10-06 07:11:16 UTC
  • Revision ID: michael.terry@canonical.com-20131006071116-pz045n8znpxlajvj
Add first autopilot test

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
 
80
80
include(CTest)
81
81
enable_testing()
 
82
add_custom_target(autopilot)
 
83
add_custom_target(autopilot-system)
 
84
add_custom_target(test-system)
82
85
 
83
86
set(CPACK_PACKAGE_VERSION "${VERSION}")
84
87
set(CPACK_SOURCE_PACKAGE_FILE_NAME "${PACKAGE}-${VERSION}")