~mir-team/mir/attestable-timestamps

« back to all changes in this revision

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

  • Committer: Alan Griffiths
  • Date: 2012-07-04 15:09:35 UTC
  • mto: This revision was merged to the branch mainline in revision 50.
  • Revision ID: alan@octopull.co.uk-20120704150935-7lrj11s8aexmhx60
First cut (not working right)

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
  ${CMAKE_THREAD_LIBS_INIT} # Link in pthread.
35
35
)
36
36
 
37
 
add_test(end-to-end-tests ${CMAKE_CURRENT_BINARY_DIR}/end-to-end-tests)
 
37
compiz_discover_tests(end-to-end-tests)