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