Mercurial > emacs
diff test/ChangeLog @ 112201:c5917804ecad
Add ERT, a tool for automated testing in Emacs Lisp.
* Makefile.in, configure.in, doc/misc/Makefile.in, doc/misc/makefile.w32-in:
Add ERT. Make "make check" run tests in test/automated.
* doc/misc/ert.texi, lisp/emacs-lisp/ert.el, lisp/emacs-lisp/ert-x.el:
New files.
* test/automated: New directory.
author | Christian Ohler <ohler@gnu.org> |
---|---|
date | Thu, 13 Jan 2011 03:08:24 +1100 |
parents | d9d916379aff |
children | 7e39a17684f8 |
line wrap: on
line diff
--- a/test/ChangeLog Wed Jan 12 08:35:04 2011 +0100 +++ b/test/ChangeLog Thu Jan 13 03:08:24 2011 +1100 @@ -1,3 +1,11 @@ +2011-01-13 Christian Ohler <ohler@gnu.org> + + * automated: New directory for automated tests. + + * automated/ert-tests.el, automated/ert-x-tests.el: New files. + + * automated/Makefile.in: New file. + 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca> * indent/modula2.mod: New file.