comparison 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
comparison
equal deleted inserted replaced
112195:0a2b87003c28 112201:c5917804ecad
1 2011-01-13 Christian Ohler <ohler@gnu.org>
2
3 * automated: New directory for automated tests.
4
5 * automated/ert-tests.el, automated/ert-x-tests.el: New files.
6
7 * automated/Makefile.in: New file.
8
1 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca> 9 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2 10
3 * indent/modula2.mod: New file. 11 * indent/modula2.mod: New file.
4 12
5 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca> 13 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>