You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
566 B
21 lines
566 B
7 years ago
|
====================
|
||
|
Tests for rst.el
|
||
|
====================
|
||
|
|
||
|
:Author: Martin Blais <blais@furius.ca>, Stefan Merten <smerten@oekonux.de>
|
||
|
|
||
|
The tests are using ERT_. You need to install ERT_ for to run them. If
|
||
|
you did you should change the path to the library contained in the
|
||
|
variable `ERT` in `Makefile`.
|
||
|
|
||
|
To run the tests in Emacs use the facilities provided by ERT_. Namely
|
||
|
evaluate the buffer containing the tests and do::
|
||
|
|
||
|
M-x ert [RETURN] [RETURN]
|
||
|
|
||
|
To run the tests by `make` use ::
|
||
|
|
||
|
make ert-tests
|
||
|
|
||
|
.. _ERT: http://www.emacswiki.org/emacs/ErtTestLibrary
|