[next] telepathy-glib: tests/README: update for logger tests
Guillaume Desmottes
gdesmott at kemper.freedesktop.org
Wed Jan 8 03:04:53 PST 2014
Module: telepathy-glib
Branch: next
Commit: dd3a64191c76337c8f753ff04842282dd0822fb9
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=dd3a64191c76337c8f753ff04842282dd0822fb9
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date: Wed Jan 8 10:52:52 2014 +0100
tests/README: update for logger tests
---
tests/README | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/tests/README b/tests/README
index a7bcca7..5d6a08d 100644
--- a/tests/README
+++ b/tests/README
@@ -1,14 +1,16 @@
Where to put new tests:
-/tests/ if they're simple regression tests that don't touch the session bus
+/tests/ and /tests/logger if they're simple regression tests that don't touch
+the session bus
-/tests/dbus/ if they touch the session bus
+/tests/dbus/ and /tests/logger/dbus if they touch the session bus
(a temporary session bus will be used)
/tests/tools/ if they're shell scripts that test the code generation tools
To run a single test:
make -C tests/dbus check TESTS=test-contacts
+ make -C tests/logger/dbus check TESTS=test-tpl-log-walker
If you're running a test under a debugger, export TP_TESTS_NO_TIMEOUT=1 to
avoid it being killed for taking too long.
More information about the telepathy-commits
mailing list