Hi Rainer Rainer M Krug <r.m.k...@gmail.com> writes:
[...] > > > I just tried to run the tests, and I got the following error: > >>rkrug@ecolmod:~$ emacs -Q -batch -L ~/.emacs.d/org-mode/lisp >>~/.emacs.d/org-mode/testing -l org-test.el -eval "(progn(setq >>org-confirm-babel-evaluate nil) \ > (org-babel-do-load-languages 'org-babel-load-languages '((emacs-lisp \ > . t) (sh . t))))" -f org-test-run-batch-tests > Cannot open load file: ert > rkrug@ecolmod:~$ > > I read that the ert file should be included in emacs but I installed > GNU Emacs 23.2.1 from the ubuntu repos - do I have tio install from > source? Org-mode version 7.7 (release_7.7.267.g1633) > > I would very much like to run the tests on my system. > Thanks, > > Rainer Unfortunately ERT is not in Emacs 23.3.1. However, you should have no problem downloading the ERT files from https://github.com/ohler/ert and saving them in =path/to/org/testing/= The script should then work for you (I used ERT like this for some time). Best, Martyn