diff options
Diffstat (limited to 'test/README')
| -rw-r--r-- | test/README | 5 |
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 | ||
| 43 | If your test file contains the tests "test-foo", "test2-foo" and | 43 | If 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 |
| 45 | could use a selector regexp: "make <filename> SELECTOR='\"foo$$\"'". | 45 | could use a selector regexp (note that the "$" needs to be doubled to |
| 46 | protect against "make" variable expansion): | ||
| 47 | |||
| 48 | make <filename> SELECTOR='"foo$$"' | ||
| 46 | 49 | ||
| 47 | Note that although the test files are always compiled (unless they set | 50 | Note that although the test files are always compiled (unless they set |
| 48 | no-byte-compile), the source files will be run by default, to give | 51 | no-byte-compile), the source files will be run by default, to give |