diff options
| author | Noam Postavsky | 2018-01-03 19:14:05 -0500 |
|---|---|---|
| committer | Noam Postavsky | 2018-01-26 19:53:09 -0500 |
| commit | 08a6195571194f961fb898ebbf307c0aa13785a6 (patch) | |
| tree | aba478a2937c2e484f13ee867eee33d9c02a9915 /test | |
| parent | 7bbea90b1a82c09a6bb218ac9b50d39027757b31 (diff) | |
| download | emacs-08a6195571194f961fb898ebbf307c0aa13785a6.tar.gz emacs-08a6195571194f961fb898ebbf307c0aa13785a6.zip | |
; test/README: Document TEST_LOAD_EL parameter.
Diffstat (limited to 'test')
| -rw-r--r-- | test/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/README b/test/README index 7f4afb32bd3..1cd9db3bb88 100644 --- a/test/README +++ b/test/README | |||
| @@ -44,6 +44,12 @@ 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: "make <filename> SELECTOR='\"foo$$\"'". |
| 46 | 46 | ||
| 47 | 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 | ||
| 49 | nicer backtraces. To run the compiled version of a test use | ||
| 50 | |||
| 51 | make TEST_LOAD_EL=no ... | ||
| 52 | |||
| 47 | 53 | ||
| 48 | (Also, see etc/compilation.txt for compilation mode font lock tests.) | 54 | (Also, see etc/compilation.txt for compilation mode font lock tests.) |
| 49 | 55 | ||