summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMicah Chalmer <micah@micahchalmer.net>2015-02-06 22:21:42 -0500
committerMicah Chalmer <micah@micahchalmer.net>2015-02-06 22:21:42 -0500
commit81d068050cf1bfc65d0f6b35c6b91e9756e666f2 (patch)
tree9b77a45defc8c9d475355e5ddad8831247839162 /README.md
parent6b57bbf52530acdfdd9cc4b6c2ec198d0ac57e22 (diff)
downloadrust-mode-81d068050cf1bfc65d0f6b35c6b91e9756e666f2.tar.gz
Fix ERT section of README
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 24470c2..6823f8b 100644
--- a/README.md
+++ b/README.md
@@ -76,4 +76,9 @@ the packages for you (under `~/.emacs.d/elpa/`).
The file `rust-mode-tests.el` contains tests that can be run via
[ERT](http://www.gnu.org/software/emacs/manual/html_node/ert/index.html).
You can use `run_rust_emacs_tests.sh` to run them in batch mode, if
-Emacs is somewhere in your `$PATH`.
+you set the environment variable EMACS to a program that runs emacs.
+
+To test it under emacs 23, which does not ship with ERT, download ert.el from
+https://raw.githubusercontent.com/ohler/ert/c619b56c5bc6a866e33787489545b87d79973205/lisp/emacs-lisp/ert.el
+and put it in a place where emacs can find it. (ERT has shipped with emacs
+since emacs 24.)