~thomas-voss/location-service/less-conservative-about-connection-characteristics

« back to all changes in this revision

Viewing changes to tests/CMakeLists.txt

  • Committer: CI Train Bot
  • Author(s): Thomas Voß, thomas-voss
  • Date: 2015-11-27 13:00:31 UTC
  • mfrom: (128.1.10 factor-out-runtime)
  • Revision ID: ci-train-bot@canonical.com-20151127130031-2j4fvva6hzvz3g1e
- Factor out service::Runtime from daemon.cpp into its own .h/.cpp pair of files.
- Add test cases around correct operation of service::Runtime.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
LOCATION_SERVICE_ADD_TEST(provider_test provider_test.cpp)
93
93
LOCATION_SERVICE_ADD_TEST(wgs84_test wgs84_test.cpp)
94
94
LOCATION_SERVICE_ADD_TEST(trust_store_permission_manager_test trust_store_permission_manager_test.cpp)
 
95
LOCATION_SERVICE_ADD_TEST(runtime_test runtime_test.cpp)
95
96
 
96
97
# Provider-specific test-cases go here.
97
98
if (LOCATION_SERVICE_ENABLE_GPS_PROVIDER)