~andreas-pokorny/mir/unwrap-the-wrap

« back to all changes in this revision

Viewing changes to integration-tests/CMakeLists.txt

  • Committer: Alan Griffiths
  • Date: 2012-07-05 08:10:06 UTC
  • mfrom: (45.2.28 mir)
  • Revision ID: alan@octopull.co.uk-20120705081006-flj1scu4vvrxtg64
This copies compiz_discover_tests (with a few minor tweaks to get it working for mir).

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  ${CMAKE_THREAD_LIBS_INIT} # Link in pthread. 
39
39
)
40
40
 
41
 
add_test(integration-tests ${CMAKE_CURRENT_BINARY_DIR}/integration-tests)
 
41
mir_discover_tests(integration-tests)