[telepathy-gabble/master] Document the JINGLE_DIALECTS environment variable

Sjoerd Simons sjoerd.simons at collabora.co.uk
Thu Apr 30 04:48:53 PDT 2009


---
 tests/README |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/tests/README b/tests/README
index bc61740..2221016 100644
--- a/tests/README
+++ b/tests/README
@@ -68,3 +68,15 @@ To debug an individual test you can set one of the following env variable:
   * GABBLE_WRAPPER="nemiver" : to run Gabble inside the graphical debugger
     nemiver. You'll be able to set up breakpoints; then hit the "continue"
     button to launch Gabble.
+
+
+== Jingle tests ==
+
+Various jingle tests run the same tests with different dialects. To only test
+certain dialects use the JINGLE_DIALECTS environment variable. Currently
+supported are jingle015, jingle031, gtalk03 and gtalk04. For example to only
+run generic tests with the two jingle dialects you can do:
+
+  make -C tests/twisted check-twisted  TWISTED_TESTS=jingle/\*.py \
+    JINGLE_DIALECTS=jingle015,jingle031
+
-- 
1.5.6.5



More information about the telepathy-commits mailing list