]> git.eshelyaron.com Git - emacs.git/commitdiff
; test/README: Document TEST_LOAD_EL parameter.
authorNoam Postavsky <npostavs@gmail.com>
Thu, 4 Jan 2018 00:14:05 +0000 (19:14 -0500)
committerNoam Postavsky <npostavs@gmail.com>
Sat, 27 Jan 2018 00:53:09 +0000 (19:53 -0500)
test/README

index 7f4afb32bd3afac9790c21374d9cc3d15d4251bf..1cd9db3bb888b08288861b402cbc0d6f28f68246 100644 (file)
@@ -44,6 +44,12 @@ If your test file contains the tests "test-foo", "test2-foo" and
 "test-foo-remote", and you want to run only the former two tests, you
 could use a selector regexp: "make <filename> SELECTOR='\"foo$$\"'".
 
+Note that although the test files are always compiled (unless they set
+no-byte-compile), the source files will be run by default, to give
+nicer backtraces.  To run the compiled version of a test use
+
+    make TEST_LOAD_EL=no ...
+
 \f
 (Also, see etc/compilation.txt for compilation mode font lock tests.)