aboutsummaryrefslogtreecommitdiffstats
path: root/test/README
diff options
context:
space:
mode:
Diffstat (limited to 'test/README')
-rw-r--r--test/README5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/README b/test/README
index c1dde2e0d01..e473248c9e0 100644
--- a/test/README
+++ b/test/README
@@ -42,7 +42,10 @@ except the tests tagged as expensive.
42 42
43If your test file contains the tests "test-foo", "test2-foo" and 43If your test file contains the tests "test-foo", "test2-foo" and
44"test-foo-remote", and you want to run only the former two tests, you 44"test-foo-remote", and you want to run only the former two tests, you
45could use a selector regexp: "make <filename> SELECTOR='\"foo$$\"'". 45could use a selector regexp (note that the "$" needs to be doubled to
46protect against "make" variable expansion):
47
48 make <filename> SELECTOR='"foo$$"'
46 49
47Note that although the test files are always compiled (unless they set 50Note that although the test files are always compiled (unless they set
48no-byte-compile), the source files will be run by default, to give 51no-byte-compile), the source files will be run by default, to give