From 99c26fbed6d30afcf2525b8204da37de0bdebda0 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 11 Sep 2013 12:13:24 +0200 Subject: 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 --- tests/twisted/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.1