summaryrefslogtreecommitdiff
path: root/tools/editors/emacs/tests/README
diff options
context:
space:
mode:
Diffstat (limited to 'tools/editors/emacs/tests/README')
-rw-r--r--tools/editors/emacs/tests/README27
1 files changed, 27 insertions, 0 deletions
diff --git a/tools/editors/emacs/tests/README b/tools/editors/emacs/tests/README
new file mode 100644
index 000000000..a1f4b0e4a
--- /dev/null
+++ b/tools/editors/emacs/tests/README
@@ -0,0 +1,27 @@
+==========================================
+ Tests for automatic section adjustment
+==========================================
+
+:Author: Martin Blais <blais@furius.ca>
+:Date: 2005-09-03
+
+
+Running the tests
+=================
+
+To run the test suite, you can either evaluate the relevant progn from within
+emacs, or you can run them from the command-line like this, e.g.::
+
+ emacs --script tests-basic.el
+
+See the Makefile for more details.
+
+Status
+======
+
+We are planning to write many more tests and eventually to rewrite the
+interactive section adjustment because it contains a few bugs (it nonetheless
+pretty much works well otherwise). Some of those bugs have been added and are
+currently failing if you run the tests.
+
+(See the FIXME statements for where to continue.)