summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-11 12:13:24 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-11 15:36:40 +0200
commit99c26fbed6d30afcf2525b8204da37de0bdebda0 (patch)
tree45790895d47cd1d4a8dfdc5ce0a215a64f1e3706 /tests
parent6dd2177a31a0d111dd0025892d95cbdcd2a23c78 (diff)
downloadtelepathy-salut-99c26fbed6d30afcf2525b8204da37de0bdebda0.tar.gz
always enable Avahi tests when building with the Avahi backend
We use to have this switch because tests hitting the network were considered touchy. But we now have an Avahi mock implementation used by default for tests so it's no longer an issue. User has to explicitely define SALUT_TEST_REAL_AVAHI to run tests with the system Avahi. https://bugs.freedesktop.org/show_bug.cgi?id=69216
Diffstat (limited to 'tests')
-rw-r--r--tests/twisted/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/Makefile.am b/tests/twisted/Makefile.am
index a434bbcf..c5651291 100644
--- a/tests/twisted/Makefile.am
+++ b/tests/twisted/Makefile.am
@@ -69,7 +69,7 @@ if ENABLE_OLPC
TWISTED_AVAHI_TESTS += $(TWISTED_AVAHI_OLPC_TESTS)
endif
-if WANT_TWISTED_AVAHI_TESTS
+if USE_BACKEND_AVAHI
TWISTED_TESTS += $(TWISTED_AVAHI_TESTS)
endif