summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2008-05-30 21:05:48 -0400
committerColin Walters <walters@verbum.org>2008-05-30 21:05:48 -0400
commit81c32a52575ad0e1a831d4bea76f2df7d2b0cd22 (patch)
tree6004d612e076e351d59574c40bca96b5e3c8b689
parentef41cd31100097636523088ec7f115e432366956 (diff)
Tweak HACKING to describe test/name-test briefly
* HACKING: Describe test/name-test.
-rw-r--r--HACKING7
1 files changed, 6 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 37abd775..58715487 100644
--- a/HACKING
+++ b/HACKING
@@ -193,6 +193,11 @@ test/break-loader
A test that tries to break the message loader by passing it randomly
created invalid messages.
+test/name-test/*
+This is a suite of programs which are run with a temporary session bus.
+If your test involves multiple processes communicating, your best bet
+is to add a test in here.
+
"make check" runs all the deterministic test programs (i.e. not break-loader).
"make check-coverage" is available if you configure with --enable-gcov and
@@ -221,7 +226,7 @@ rules are:
- regardless of reviews, to commit a patch:
- make check must pass
- the test suite must be extended to cover the new code
- as much as reasonably feasible
+ as much as reasonably feasible (see Tests above)
- the patch has to follow the portability, security, and
style guidelines
- the patch should as much as reasonable do one thing,