diff options
Diffstat (limited to 'test/README')
-rw-r--r-- | test/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/README b/test/README index 97611cf8644..4d447c9bf15 100644 --- a/test/README +++ b/test/README @@ -22,6 +22,10 @@ following tags are recognized: to run on a regular basis by users. Instead, it runs on demand only, or during regression tests. +* :nativecomp + The test runs only if Emacs is configured with Lisp native compiler + support. + * :unstable The test is under development. It shall run on demand only. @@ -136,6 +140,11 @@ these test environments. $EMACS_HYDRA_CI indicates the hydra environment, and $EMACS_EMBA_CI indicates the emba environment, respectively. +If tests on these premises take too long, and it is needed to create a +core dump for further analysis, the environment variable +$EMACS_TEST_TIMEOUT could set a limit (in seconds) when this shall +happen. + (Also, see etc/compilation.txt for compilation mode font lock tests and etc/grep.txt for grep mode font lock tests.) |