aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-10-28 18:10:50 -0500
committerTed Gould <ted@gould.cx>2014-10-28 18:10:50 -0500
commit642c5d77b0d2fb42a6c9205e50592624542a813f (patch)
treea546e2f441a95d5296631fbfcd045992c0c9a30a
parentb0ac3df28f96e54d0adca7ba32a4993faffc44d2 (diff)
downloadayatana-indicator-sound-642c5d77b0d2fb42a6c9205e50592624542a813f.tar.gz
ayatana-indicator-sound-642c5d77b0d2fb42a6c9205e50592624542a813f.tar.bz2
ayatana-indicator-sound-642c5d77b0d2fb42a6c9205e50592624542a813f.zip
Connect to binary and real name
-rw-r--r--tests/CMakeLists.txt3
-rw-r--r--tests/indicator-test.cc2
2 files changed, 4 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 1eec3fd..58ecd3a 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -185,6 +185,9 @@ add_test(greeter-list-test-iterator
# Indicator Test
###########################
+add_definitions(
+ -DINDICATOR_SOUND_SERVICE_BINARY="${CMAKE_BINARY_DIR}/src/indicator-sound-service"
+)
add_executable (indicator-test indicator-test.cc)
target_link_libraries (
indicator-test
diff --git a/tests/indicator-test.cc b/tests/indicator-test.cc
index 52b131d..9ebb121 100644
--- a/tests/indicator-test.cc
+++ b/tests/indicator-test.cc
@@ -26,7 +26,7 @@ class IndicatorTest : public IndicatorFixture
{
protected:
IndicatorTest (void) :
- IndicatorFixture("/test", "com.test")
+ IndicatorFixture(INDICATOR_SOUND_SERVICE_BINARY, "com.canonical.indicator.sound")
{
}