summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@gmx.de>2006-11-03 17:40:34 +0000
committerPatrick Ohly <patrick.ohly@gmx.de>2006-11-03 17:40:34 +0000
commit96b85e9457cec5c599c8708fdf831002377dc4a4 (patch)
treed021def0d5c90b5f8ae4faae3085d7818086298c /HACKING
parent87a5b2b4be6c4e3b7acf6c3c4407e7c0caaaa724 (diff)
allow running multiple tests by specifying them on the command line
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@279 15ad00c4-1369-45f4-8270-35d70d36bdcd
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING11
1 files changed, 8 insertions, 3 deletions
diff --git a/HACKING b/HACKING
index 5e1d2761..e841f33f 100644
--- a/HACKING
+++ b/HACKING
@@ -79,9 +79,14 @@ can be set via TEST_EVOLUTION_DELAY=<seconds>. The Sync4j
2.3 server needs a delay of around 20 seconds to work
correctly.
-The first parameter of the "test" program can be used
-to select specific tests, like this:
- ./TestEvolution ContactSync::testItems
+When invoking TestEvolution without parameters all
+tests will be run. Otherwise each test listed on the
+command line will be run:
+ ./TestEvolution ContactSync::testItems \
+ ContactSync::testCopy
+
+For a list of available tests see the TestEvolution.cpp
+source code.
"make valgrind" runs the same tests inside valgrind
[http://www.valgrind.org]. A suppression file is