diff 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 14a97ab281d5
children 12edc231d764 2b598aa5d397
line wrap: on
line diff
--- a/ChangeLog	Wed Jan 12 08:35:04 2011 +0100
+++ b/ChangeLog	Thu Jan 13 03:08:24 2011 +1100
@@ -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