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