diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-01-09 15:10:31 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-01-09 17:05:43 +0000 |
commit | 774b6d2adac35684bdb8ae05257c6c451665d002 (patch) | |
tree | 9ed0763fdb553e0aece92ab2805812b852304c92 | |
parent | 4b29716f88422ba76eb7f0b80f81b9ec1af64841 (diff) |
Update tests/README to explain what tests/lib does
-rw-r--r-- | tests/README | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/tests/README b/tests/README index dd32492d..0246e9cf 100644 --- a/tests/README +++ b/tests/README @@ -3,11 +3,14 @@ correctly. Where to put new tests: -/tests/ if they're simple regression tests in pure C++ that don't access D-Bus -(these are likely to be rare) +* /tests/ if they're simple regression tests in pure C++ that don't access + D-Bus (these are likely to be rare) -/tests/dbus/ if they touch the session bus (a temporary session bus will be -used) +* /tests/dbus/ if they touch the session bus (a temporary session bus will be + used) -/tests/pinocchio/ if they touch the session bus, and require -telepathy-pinocchio to be available +* /tests/pinocchio/ if they touch the session bus, and also require + telepathy-pinocchio to be available + +/tests/lib/ contains support code, some of it taken from the telepathy-glib +examples and regression tests. |