summaryrefslogtreecommitdiff
path: root/tests/README
diff options
context:
space:
mode:
authorAlban Crequy <alban.crequy@collabora.co.uk>2011-09-29 16:55:06 -0400
committerAlban Crequy <alban.crequy@collabora.co.uk>2011-10-28 16:44:10 +0100
commit49925bb583375e19b2d0fa0aeda7902f79fca370 (patch)
tree632c4f8a48e8493c45a5766016bda63b10438fdf /tests/README
parent3a1fe026d8a43f9bad8c6820c73310245929fb4c (diff)
tests: add --enable-installed-tests
This configure option makes it possible to install the twisted tests in ${libdir}/telepathy-gabble-tests and run them without the sources. The dbus configuration is duplicated in tests/twisted/servicedir/ for the installed tests and tests/twisted/servicedir-uninstalled/ for the uninstalled tests.
Diffstat (limited to 'tests/README')
-rw-r--r--tests/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/README b/tests/README
index 02b3ee390..6f96f0b23 100644
--- a/tests/README
+++ b/tests/README
@@ -38,7 +38,7 @@ To run an individual Twisted test:
or:
cd tests/twisted
- sh tools/with-session-bus.sh --config-file=tools/tmp-session-bus.conf \
+ sh tools/with-session-bus.sh --config-file=tools/servicedir-uninstalled/tmp-session-bus.conf \
-- python connect/test-success.py
To run with debug information:
@@ -49,7 +49,7 @@ To run with debug information:
or:
cd tests/twisted
- sh tools/with-session-bus.sh --config-file=tools/tmp-session-bus.conf \
+ sh tools/with-session-bus.sh --config-file=tools/servicedir-uninstalled/tmp-session-bus.conf \
-- python connect/test-success.py -v
To debug an individual test you can set one of the following env variable: