summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/ert-x.el
Commit message (Collapse)AuthorAgeFilesLines
* Header comment trivial fixGlenn Morris2012-04-161-1/+1
|
* ert-x triviaGlenn Morris2012-02-041-2/+3
| | | | | | | * lisp/emacs-lisp/ert-x.el (ert-simulate-command): Check deferred-action-list (which is obsolete) is bound. * etc/NEWS: Related markup.
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
|
* Add ERT, a tool for automated testing in Emacs Lisp.Christian Ohler2011-01-131-0/+290
* 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.