[Telepathy-commits] [telepathy-gabble/master] test dbus tubes only if they're supported

Senko Rasic senko.rasic at collabora.co.uk
Tue Aug 19 10:52:10 PDT 2008


20080506130945-01440-e2e9c63ec58094ec32c42aa6af401fa5323e449a.gz
---
 configure.ac                     |    3 ++-
 tests/twisted/gabbleconfig.py.in |    4 ++++
 2 files changed, 6 insertions(+), 1 deletions(-)
 create mode 100644 tests/twisted/gabbleconfig.py.in

diff --git a/configure.ac b/configure.ac
index 675c78a..cea1710 100644
--- a/configure.ac
+++ b/configure.ac
@@ -200,5 +200,6 @@ AC_OUTPUT( Makefile \
            tests/Makefile \
            tools/Makefile \
            tests/twisted/Makefile \
-           tests/twisted/tools/Makefile
+           tests/twisted/tools/Makefile \
+           tests/twisted/gabbleconfig.py
 )
diff --git a/tests/twisted/gabbleconfig.py.in b/tests/twisted/gabbleconfig.py.in
new file mode 100644
index 0000000..d152bc1
--- /dev/null
+++ b/tests/twisted/gabbleconfig.py.in
@@ -0,0 +1,4 @@
+
+ at HAVE_DBUS_TUBE_TRUE@HAVE_DBUS_TUBES=True
+ at HAVE_DBUS_TUBE_FALSE@HAVE_DBUS_TUBES=False
+
-- 
1.5.6.3




More information about the Telepathy-commits mailing list