diff options
| author | Michael Albinus | 2019-07-13 13:30:28 +0200 |
|---|---|---|
| committer | Michael Albinus | 2019-07-13 13:30:28 +0200 |
| commit | 40743cbb73f60c104dd745afc94c93200da0a529 (patch) | |
| tree | 0dd15ffcb096913523fbf27559a5b333175d6784 | |
| parent | 127dadbb8cde30d2ffd77548c1c60481b8d9067a (diff) | |
| download | emacs-40743cbb73f60c104dd745afc94c93200da0a529.tar.gz emacs-40743cbb73f60c104dd745afc94c93200da0a529.zip | |
; Some precisements in test/README
| -rw-r--r-- | test/README | 19 |
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 | ||
| 82 | Some of the tests require a remote temporary directory | 82 | Some 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 |
| 84 | default, a mock-up connection method is used (this might not be | 84 | tramp-tests.el). Per default, a mock-up connection method is used |
| 85 | possible 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 |
| 86 | remote connection, set $REMOTE_TEMPORARY_FILE_DIRECTORY to a suitable | 86 | to test a real remote connection, set $REMOTE_TEMPORARY_FILE_DIRECTORY |
| 87 | value in order to overwrite the default value: | 87 | to 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 | ||
| 92 | There are also continuous integration tests on | 92 | There 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 |
| 94 | admin/notes/hydra) and <https://emba.gnu.org/emacs/emacs>. Both | 94 | admin/notes/hydra) and <https://emba.gnu.org/emacs/emacs> (see |
| 95 | environments provide an environment variable, which could be used to | 95 | admin/notes/emba). Both environments provide an environment variable, |
| 96 | determine, whether the tests run in one of these test environments. | 96 | which could be used to determine, whether the tests run in one of |
| 97 | these 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 |
| 99 | indicates the emba environment, respectively. | 100 | indicates the emba environment, respectively. |