~alan-griffiths/mir/fix-1654023

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Thomas Voß
  • Date: 2012-07-26 09:22:26 UTC
  • mto: This revision was merged to the branch mainline in revision 79.
  • Revision ID: thomas.voss@rub.de-20120726092226-ham5kvvahh4u8kbo
Reorganized tests into a single top-level directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
set(GTEST_FOUND TRUE)
89
89
# GMock/GTest build finished and available to subsequent components
90
90
 
91
 
add_subdirectory(acceptance-tests/)
92
 
add_subdirectory(end-to-end-tests/)
93
 
add_subdirectory(unit-tests/)
94
 
add_subdirectory(integration-tests/)
 
91
add_subdirectory(tests/)
95
92
add_subdirectory(guides/)
96
93
add_subdirectory(cmake/)
97
94