aboutsummaryrefslogtreecommitdiffstats
path: root/test/README
diff options
context:
space:
mode:
Diffstat (limited to 'test/README')
-rw-r--r--test/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/README b/test/README
index d897e9e2c8b..a287ae69734 100644
--- a/test/README
+++ b/test/README
@@ -33,6 +33,10 @@ The following examples expect this directory as the current working
33directory. If you call make from Emacs' root directory, use "make -C 33directory. If you call make from Emacs' root directory, use "make -C
34test" instead. 34test" instead.
35 35
36Running several tests in parallel could result in unexpected side
37effects with ephemeral test errors. Therefore, it is recommend not to
38use "make -j".
39
36The Makefile sets the environment variable $EMACS_TEST_DIRECTORY, 40The Makefile sets the environment variable $EMACS_TEST_DIRECTORY,
37which points to this directory. This environment variable does not 41which points to this directory. This environment variable does not
38exist when the tests are run outside make. The Makefile supports the 42exist when the tests are run outside make. The Makefile supports the