~ci-train-bot/online-accounts-api/online-accounts-api-ubuntu-xenial-landing-033

« back to all changes in this revision

Viewing changes to tests/CMakeLists.txt

  • Committer: Marcus Tomlinson
  • Date: 2015-02-11 08:05:23 UTC
  • mfrom: (4.1.2 add_tests)
  • Revision ID: marcus.tomlinson@canonical.com-20150211080523-yi8i8uimhuj2swl6
Added the testing structure

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include(FindGMock)
 
2
 
 
3
include_directories(
 
4
  ${GTEST_INCLUDE_DIRS}
 
5
  ${GMOCK_INCLUDE_DIRS}
 
6
  ${TEST_INCLUDE_DIRS}
 
7
)
 
8
 
 
9
add_subdirectory(unit)