~unity-system-compositor-team/unity-system-compositor/trunk

« back to all changes in this revision

Viewing changes to tests/integration-tests/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Stephen M. Webb
  • Date: 2017-04-03 13:02:19 UTC
  • mfrom: (256.4.7 add-autopkgtest)
  • Revision ID: tarmac-20170403130219-36azelvomhif63h7
added autopkgtest (DEP-8) support and some tests. Fixes: https://bugs.launchpad.net/bugs/1678202.

Approved by mir-ci-bot, Brandon Schaefer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
 
58
58
add_dependencies(usc_integration_tests GMock)
59
59
add_dependencies(usc_integration_tests usc_test_helper_wait_for_signal)
 
60
 
 
61
install(TARGETS usc_integration_tests usc_test_helper_wait_for_signal
 
62
        RUNTIME DESTINATION bin)