[PATCH 1/3] test: Add ERT for emacs testing.

2010-11-25 Thread David Edmondson
On Thu, 25 Nov 2010 10:59:08 +, David Edmondson wrote: > ERT is for Emacs Lisp Regression Testing, from > https://github.com/ohler/ert.git. > > The ERT files added here were extracted from the ERT repository. > --- > test/ert/ert-batch.el | 152 +++ > test/ert/ert-run.el | 687 ++

[PATCH 1/3] test: Add ERT for emacs testing.

2010-11-25 Thread David Edmondson
ERT is for Emacs Lisp Regression Testing, from https://github.com/ohler/ert.git. The ERT files added here were extracted from the ERT repository. The 'basic' test should ignore emacs backup files (*~). --- test/basic|2 +- test/ert/ert-batch.el | 152 +++ test/ert/ert-run.el |

Re: [PATCH 1/3] test: Add ERT for emacs testing.

2010-11-25 Thread David Edmondson
On Thu, 25 Nov 2010 10:59:08 +, David Edmondson wrote: > ERT is for Emacs Lisp Regression Testing, from > https://github.com/ohler/ert.git. > > The ERT files added here were extracted from the ERT repository. > --- > test/ert/ert-batch.el | 152 +++ > test/ert/ert-run.el | 687 ++