~untrusted-ci-dev-bot/ubuntu-system-settings/ubuntu-system-settings-ubuntu-yakkety-landing-004

« back to all changes in this revision

Viewing changes to tests/CMakeLists.txt

  • Committer: Ken VanDine
  • Date: 2016-07-22 14:36:16 UTC
  • mfrom: (1673 ubuntu-system-settings)
  • mto: This revision was merged to the branch mainline in revision 1678.
  • Revision ID: ken.vandine@canonical.com-20160722143616-xdhvfbvp1g8dku77
merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
add_test(NAME python3 COMMAND "${CMAKE_CURRENT_BINARY_DIR}/test_code.py")
46
46
add_test(NAME test_push_helper COMMAND "${CMAKE_CURRENT_BINARY_DIR}/test_push_helper.py")
47
47
 
 
48
add_subdirectory(mocks)
48
49
add_subdirectory(plugins)