diff options
author | Christian Ohler <ohler@gnu.org> | 2011-01-13 03:08:24 +1100 |
---|---|---|
committer | Christian Ohler <ohler@gnu.org> | 2011-01-13 03:08:24 +1100 |
commit | d221e7808c01fdc9234734f95ecf49e902085ddd (patch) | |
tree | 09d270adbfdeada366ecd2328b2660a75358dd0c /ChangeLog | |
parent | 03d32f1b2263270b75a0b3324c52c39965345665 (diff) | |
download | emacs-d221e7808c01fdc9234734f95ecf49e902085ddd.tar.gz |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fdf037c24c7..00cfbdfb2ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2011-01-13 Christian Ohler <ohler@gnu.org> + + * Makefile.in (INFO_FILES): Add ERT. + + * Makefile.in (check): Run tests in test/automated. + + * Makefile.in: + * configure.in: Add test/automated/Makefile. + 2011-01-07 Paul Eggert <eggert@cs.ucla.edu> * install-sh, mkinstalldirs, move-if-change: Update from master |