Re: Diary icalendar tests still broken
Richard Lawrence <[email protected]>
| Newsgroups | gmane.emacs.devel |
|---|---|
| Message-ID | <[email protected]> |
Sebastián Monía <[email protected]> writes: > I might be able to run tests on a Windows 11 laptop in the next couple > days. Great! Sorry for the slow reply -- does the offer still stand, or has the window passed? > I never ran the tests before, tough :) It's quite easy. If you have GNU Make installed (which, I suppose, you might not...) you can just say make check or more specifically make test/lisp/calendar/diary-icalendar-tests in the root of the Emacs source tree. Or in a fresh Emacs, load the test file (test/lisp/calendar/diary-icalendar-tests.el) with M-x load-file and then do M-x ert RET. See the ERT (Emacs Regression Testing) manual for more. Thanks! -- Best, Richard