At Mon, 6 Dec 2010 11:26:49 -0500, Dave Abrahams wrote: > >> So, if I were to create ert tests for Magit, would I just add the > >> contents of https://github.com/ohler/ert/tree/master/lisp/emacs-lisp > >> to magit's sources, or...? > > > > No, I wouldn't have thought so. If people want to run the tests then > > they should install ert > > Okay, I suppose I'd put magit's tests in a test/ subdirectory. > > The question still remains: how to install ERT properly?
5.2 is in ELPA. Other wise, perhaps just copy lisp/emacs-lisp/*.el into your load path? Looks like when I did that it was just one file. > > (which will be bundled with emacs soon), > > Really? I could find no sign of it in the latest emacs repo. Based on this: http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00674.html > > there should be no runtime requirement on ert. > > 'Course not. Even if we were bundling it with magit I wouldn't > dream of creating a runtime requirement. Cool, just in case you had intended to put the tests in magit.el. Cheers, Phil
