[Telepathy-commits] [telepathy-salut/master] Fixup the tests readme

Sjoerd Simons sjoerd.simons at collabora.co.uk
Tue Sep 9 09:45:40 PDT 2008


---
 tests/README |   20 +++++++-------------
 1 files changed, 7 insertions(+), 13 deletions(-)

diff --git a/tests/README b/tests/README
index 2146451..e9bc8ca 100644
--- a/tests/README
+++ b/tests/README
@@ -4,41 +4,35 @@ To run all C tests (assuming the current directory is $top_srcdir):
 
   make -C tests check-TESTS
 
-To run an individual test:
-
-  make -C tests check-TESTS TESTS=test-handles
-
 To run tests under Valgrind:
 
   make -C tests check-valgrind
 
-To run an individual test under Valgrind:
-
-  make -C tests check-valgrind TESTS=test-handles
-
 == Twisted tests ==
 
+To run tests using the system avahi, configure with --enable-avahi-tests
+
 To run Twisted tests:
 
-  make -C checks/twisted check-twisted
+  make -C tests/twisted/check-twisted
 
 To run an individual Twisted test:
 
-  make -C tests/twisted check-twisted TWISTED_TESTS=test-connect.py
+  make -C tests/twisted check-twisted TWISTED_TESTS=avahi/test-aliases.py
 
 or:
 
   cd tests/twisted
   sh tools/with-session-bus.sh --config-file=tools/tmp-session-bus.conf \
-        -- python test-connect.py
+        -- python avahi/test-aliases.py
 
 To run with debug information:
 
-  make -C tests/twisted check-twisted TWISTED_TESTS=test-connect.py \
+  make -C tests/twisted check-twisted TWISTED_TESTS=avahi/test-aliases.py \
         CHECK_TWISTED_VERBOSE=1
 
 or:
 
   cd tests/twisted
   sh tools/with-session-bus.sh --config-file=tools/tmp-session-bus.conf \
-        -- python test-connect.py -v
+        -- python avahi/test-aliases.py -v
-- 
1.5.6.3



More information about the Telepathy-commits mailing list