aboutsummaryrefslogtreecommitdiffstats
path: root/test/README
diff options
context:
space:
mode:
authorAndrea Corallo2020-08-09 15:03:23 +0200
committerAndrea Corallo2020-08-09 15:03:23 +0200
commit12a982d9789052d8e85efcacb4b311f4876c882a (patch)
treea452a8e888c6ee9c85d6a487359b7a1c0c9fa15b /test/README
parent80d7f710f2fab902e46aa3fddb8e1c1795420af3 (diff)
parent8e82baf5a730ff542118ddba5b76afdc1db643f6 (diff)
downloademacs-12a982d9789052d8e85efcacb4b311f4876c882a.tar.gz
emacs-12a982d9789052d8e85efcacb4b311f4876c882a.zip
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'test/README')
-rw-r--r--test/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/README b/test/README
index 1f69f7142c1..fe05b5403b1 100644
--- a/test/README
+++ b/test/README
@@ -64,6 +64,11 @@ protect against "make" variable expansion):
64 64
65 make <filename> SELECTOR='"foo$$"' 65 make <filename> SELECTOR='"foo$$"'
66 66
67In case you want to use the symbol name of a test as selector, you can
68use it directly:
69
70 make <filename> SELECTOR='test-foo-remote'
71
67Note that although the test files are always compiled (unless they set 72Note that although the test files are always compiled (unless they set
68no-byte-compile), the source files will be run when expensive or 73no-byte-compile), the source files will be run when expensive or
69unstable tests are involved, to give nicer backtraces. To run the 74unstable tests are involved, to give nicer backtraces. To run the