summaryrefslogtreecommitdiff
path: root/test/README
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2021-03-16 18:40:24 +0100
committerMichael Albinus <michael.albinus@gmx.de>2021-03-16 18:40:24 +0100
commitc209a0f82825dacd7edeef34b31f458499307eef (patch)
treec68992fb3b5f1f5e8f8957cb2fc84dc2343ea054 /test/README
parent6c60ecd2d632ad41851e91cc53036a679c391194 (diff)
downloademacs-c209a0f82825dacd7edeef34b31f458499307eef.tar.gz
Fix problem of image-tests.el on emba
* test/README: Mention $EMACS_TEST_DIRECTORY. * test/lisp/image-tests.el (image-tests--emacs-images-directory): Use `data-directory', for runs w/o of make. (image-type/from-filename): Check for `image-load-path'.
Diffstat (limited to 'test/README')
-rw-r--r--test/README6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/README b/test/README
index 1e0e43a8aca..a348074aba7 100644
--- a/test/README
+++ b/test/README
@@ -22,7 +22,10 @@ following tags are recognized:
* :unstable
The test is under development. It shall run on demand only.
-The Makefile in this directory supports the following targets:
+The Makefile sets the environment variable $EMACS_TEST_DIRECTORY,
+which points to this directory. This environment variable does not
+exist when the tests are run outside make. The Makefile supports the
+following targets:
* make check
Run all tests as defined in the directory. Expensive and unstable
@@ -113,6 +116,7 @@ Some optional tests require packages from GNU ELPA. By default
out somewhere else, use
make GNU_ELPA_DIRECTORY=/path/to/elpa ...
+
There are also continuous integration tests on
<https://hydra.nixos.org/jobset/gnu/emacs-trunk> (see