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.
|
|
8 years ago | |
|---|---|---|
| .. | ||
| Ado.el | 8 years ago | |
| Hdr.el | 8 years ago | |
| Makefile | 8 years ago | |
| README.txt | 8 years ago | |
| Stn.el | 8 years ago | |
| Ttl.el | 8 years ago | |
| adjust-section.el | 8 years ago | |
| adjust-uc.el | 8 years ago | |
| adjust-uc_doc.rst | 8 years ago | |
| adornment.el | 8 years ago | |
| apply-block.el | 8 years ago | |
| buffer.el | 8 years ago | |
| comment.el | 8 years ago | |
| ert-buffer.el | 8 years ago | |
| fill.el | 8 years ago | |
| font-lock.el | 8 years ago | |
| helpers.el | 8 years ago | |
| imenu.el | 8 years ago | |
| indent.el | 8 years ago | |
| init.el | 8 years ago | |
| items.el | 8 years ago | |
| movement.el | 8 years ago | |
| re.el | 8 years ago | |
| shift.el | 8 years ago | |
| toc.el | 8 years ago | |
| tree.el | 8 years ago | |
README.txt
====================
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