aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b6b543b..0c60247 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -45,11 +45,11 @@ test_device_SOURCES = test-device.cc
test_device_LDADD = $(TEST_LIBS)
test_device_CPPFLAGS = $(TEST_CPPFLAGS)
-TESTS += test-dbus-listener
-check_PROGRAMS += test-dbus-listener
-test_dbus_listener_SOURCES = test-dbus-listener.cc
-test_dbus_listener_LDADD = $(TEST_LIBS)
-test_dbus_listener_CPPFLAGS = $(TEST_CPPFLAGS)
+#TESTS += test-dbus-listener
+#check_PROGRAMS += test-dbus-listener
+#test_dbus_listener_SOURCES = test-dbus-listener.cc
+#test_dbus_listener_LDADD = $(TEST_LIBS)
+#test_dbus_listener_CPPFLAGS = $(TEST_CPPFLAGS)
TESTS += test-indicator
check_PROGRAMS += test-indicator