~thomas-voss/location-service/fix-service-path

« back to all changes in this revision

Viewing changes to tests/CMakeLists.txt

Expose service::State to the bus. (LP: #1536774)

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
95
LOCATION_SERVICE_ADD_TEST(runtime_test runtime_test.cpp)
 
96
LOCATION_SERVICE_ADD_TEST(state_tracking_provider_test state_tracking_provider_test.cpp)
96
97
 
97
98
# Provider-specific test-cases go here.
98
99
if (LOCATION_SERVICE_ENABLE_GPS_PROVIDER)