aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2019-07-13 13:30:28 +0200
committerMichael Albinus2019-07-13 13:30:28 +0200
commit40743cbb73f60c104dd745afc94c93200da0a529 (patch)
tree0dd15ffcb096913523fbf27559a5b333175d6784
parent127dadbb8cde30d2ffd77548c1c60481b8d9067a (diff)
downloademacs-40743cbb73f60c104dd745afc94c93200da0a529.tar.gz
emacs-40743cbb73f60c104dd745afc94c93200da0a529.zip
; Some precisements in test/README
-rw-r--r--test/README19
1 files changed, 10 insertions, 9 deletions
diff --git a/test/README b/test/README
index cd6905d7ebf..c34cdce8ef4 100644
--- a/test/README
+++ b/test/README
@@ -39,7 +39,7 @@ The Makefile in this directory supports the following targets:
39* make check-all 39* make check-all
40 Like "make check", but run all tests. 40 Like "make check", but run all tests.
41 41
42* make <filename> or make <filename>.log 42* make <filename> -or- make <filename>.log
43 Run all tests declared in <filename>.el. This includes expensive 43 Run all tests declared in <filename>.el. This includes expensive
44 tests. In the former case the output is shown on the terminal, in 44 tests. In the former case the output is shown on the terminal, in
45 the latter case the output is written to <filename>.log. 45 the latter case the output is written to <filename>.log.
@@ -80,20 +80,21 @@ debugging. To do that, use
80 make TEST_INTERACTIVE=yes ... 80 make TEST_INTERACTIVE=yes ...
81 81
82Some of the tests require a remote temporary directory 82Some of the tests require a remote temporary directory
83(filenotify-tests.el, shadowfile-tests.el and tramp-tests.el). Per 83(autorevert-tests.el, filenotify-tests.el, shadowfile-tests.el and
84default, a mock-up connection method is used (this might not be 84tramp-tests.el). Per default, a mock-up connection method is used
85possible when running on MS Windows). If you want to test a real 85(this might not be possible when running on MS Windows). If you want
86remote connection, set $REMOTE_TEMPORARY_FILE_DIRECTORY to a suitable 86to test a real remote connection, set $REMOTE_TEMPORARY_FILE_DIRECTORY
87value in order to overwrite the default value: 87to a suitable value in order to overwrite the default value:
88 88
89 env REMOTE_TEMPORARY_FILE_DIRECTORY=/ssh:host:/tmp make ... 89 env REMOTE_TEMPORARY_FILE_DIRECTORY=/ssh:host:/tmp make ...
90 90
91 91
92There are also continuous integration tests on 92There are also continuous integration tests on
93<https://hydra.nixos.org/jobset/gnu/emacs-trunk> (see 93<https://hydra.nixos.org/jobset/gnu/emacs-trunk> (see
94admin/notes/hydra) and <https://emba.gnu.org/emacs/emacs>. Both 94admin/notes/hydra) and <https://emba.gnu.org/emacs/emacs> (see
95environments provide an environment variable, which could be used to 95admin/notes/emba). Both environments provide an environment variable,
96determine, whether the tests run in one of these test environments. 96which could be used to determine, whether the tests run in one of
97these test environments.
97 98
98$EMACS_HYDRA_CI indicates the hydra environment, and $EMACS_EMBA_CI 99$EMACS_HYDRA_CI indicates the hydra environment, and $EMACS_EMBA_CI
99indicates the emba environment, respectively. 100indicates the emba environment, respectively.