diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-01-15 14:55:32 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-01-15 14:55:32 +0000 |
commit | 335379d2638176622d837eaa4fc5e8e13e56a34a (patch) | |
tree | 9a0e4e377ddc9c77895b0096dd7e64786fa10814 /tests/README | |
parent | 263e92ac74703856b091b3c94d0531d8f8de6c4a (diff) |
Add a README to tests/
Diffstat (limited to 'tests/README')
-rw-r--r-- | tests/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/README b/tests/README new file mode 100644 index 00000000..ae74c9f5 --- /dev/null +++ b/tests/README @@ -0,0 +1,8 @@ +Where to put new tests: + +/tests/ if they're simple regression tests that don't touch the session bus + +/tests/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 |