aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/README
diff options
context:
space:
mode:
authorGravatar Mark Anderson <ma.skies@gmail.com>2011-06-28 16:11:32 -0600
committerGravatar Carl Worth <cworth@cworth.org>2011-06-28 16:01:56 -0700
commiteb4cf465a5c179c711c15649fc90c7377850cb77 (patch)
treeccc18f56b2bab21f6f6eda0af9282aa854e2d2db /test/README
parent273d896097830235eca5f1bc87ac03e381280f1c (diff)
test:Improve test behaviors when --root is used
Change add_email_corpus, emacs_deliver_message and tests to use $TEST_DIRECTORY instead of '..'. This improves the behavior of the usage of --root=<dir>, as the assumption of what '..' means will usually be incorrect. Document -root option in README and update valgrind to work with -root.
Diffstat (limited to 'test/README')
-rw-r--r--test/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/README b/test/README
index be75e0e7..8fbf78da 100644
--- a/test/README
+++ b/test/README
@@ -41,6 +41,15 @@ The following command-line options are available when running tests:
As the names depend on the tests' file names, it is safe to
run the tests with this option in parallel.
+--root=<dir>::
+ This runs the testsuites specified under a seperate directory.
+ However, caution is advised, as not all tests are maintained
+ with this relocation in mind, so some tests may behave
+ differently.
+
+ Pointing this argument at a tmpfs filesystem can improve the
+ speed of the test suite for some users.
+
When invoking the test suite via "make test" any of the above options
can be specified as follows: