~thomas-voss/media-hub/add-integration-tests

« back to all changes in this revision

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

  • Committer: thomas-voss
  • Date: 2014-11-24 13:24:08 UTC
  • Revision ID: thomas.voss@canonical.com-20141124132408-0uj15vty6ci84xyb
Add integration tests for media::ServiceSkeleton.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
MEDIA_HUB_ADD_TEST(player_implementation_test player_implementation_test.cpp)
2
2
MEDIA_HUB_ADD_TEST(player_skeleton_test player_skeleton_test.cpp)
3
3
MEDIA_HUB_ADD_TEST(service_implementation_test service_implementation_test.cpp)
 
4
MEDIA_HUB_ADD_TEST(service_skeleton_test service_skeleton_test.cpp)
4
5