aboutsummaryrefslogtreecommitdiffstats
path: root/admin/cus-test.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
|
* * admin/admin.el (cusver-scan): Warn about missing :types.Glenn Morris2013-12-281-0/+3
| | | | | | (cusver-check): Interactively, require existing directories. * admin/cus-test.el: Comment.
* Fix some custom typesGlenn Morris2013-08-131-0/+2
| | | | | | | | | | | * lisp/cus-start.el (truncate-partial-width-windows): Fix type. * lisp/emulation/viper-init.el (viper-search-scroll-threshold): Fix type. * lisp/mail/feedmail.el (feedmail-confirm-outgoing) (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types. * admin/admin.el: Related comments.
* Add some cus-test.el stuff for custom groupsGlenn Morris2013-05-151-14/+43
| | | | | | * admin/cus-test.el (cus-test-cus-load-groups): New function. (cus-test-get-options): Add option to return groups. (cus-test-noloads): Also check custom groups.
* More cus-test.el tweaksGlenn Morris2013-05-131-9/+11
| | | | | | * admin/cus-test.el (cus-test-get-lisp-files): Ignore obsolete/. (cus-test-libs): Fix let-binding of default-directory. (cus-test-noloads): Load all libs for the comparison.
* More cus-test.el tweaksGlenn Morris2013-05-101-10/+24
| | | | | | | * admin/cus-test.el (cus-test-libs-noloads): Add a few more files. (cus-test-load-libs, cus-test-opts): Add option to load more/all Lisp files. (cus-test-get-lisp-files): Ignore .*.el files.
* Add option for cus-test.el to load all Lisp filesGlenn Morris2013-05-101-4/+29
| | | | | | * admin/cus-test.el (cus-test-libs-noloads): Add some files. (cus-test-get-lisp-files): New function. (cus-test-libs): Add option to load more/all Lisp files.
* admin/cus-test,el misc updatesGlenn Morris2013-05-081-74/+73
| | | | | | | | | | | | | | | | | | Mainly for some files listed in loaddefs.el now being in subdirs that are not in load-path. * admin/cus-test.el (cus-test-libs-noloads): Add dunnet in the defvar. (dunnet): Don't always load it. (viper-mode): Only set if interactive. (cus-test-load-custom-loads): Load dunnet if necessary. (cus-test-load-1): New macro, with common code from cus-test-load-libs and cus-test-libs. (cus-test-load-libs, cus-test-libs): Use cus-test-load-1 macro. Update for cus-test-get-autoload-deps changed result. (cus-test-get-autoload-deps): Simplify. Return file names as they appear in loaddefs.el (directory parts are needed now that not all lisp subdirs are in load-path). (cus-test-deps): Explicitly skip dunnet.
* * admin/cus-test.el: No need to provide bbdb, bbdb-com any more.Glenn Morris2013-05-081-48/+0
| | | | Remove some outdated comments.
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
|
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
|
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-091-6/+4
|
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-2/+2
|
* Revert previous change (file checked into CVS 2002).Glenn Morris2006-12-051-1/+1
|
* Update copyright years.Glenn Morris2006-12-051-1/+2
|
* updated copyright year(s)Ramprasad B2006-04-201-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Remove obsolete workaround.Markus Rost2003-08-111-12/+0
|
* Reworked. Added a new test cus-test-noloads. And a quiz.Markus Rost2002-10-161-64/+124
|
* (cus-test-libs): Use equal instead of =.Markus Rost2002-10-151-1/+2
|
* Minor change.Markus Rost2002-10-141-4/+2
|
* Undo previous change, but leave a comment.Markus Rost2002-10-141-2/+8
| | | | (cus-test-opts): Call cus-test-load-libs.
* (cus-test-deps): Don't care about deps in lisp/term/.Markus Rost2002-10-141-2/+8
|
* Further changes. Improve the reports from batch runs.Markus Rost2002-10-131-143/+198
| | | | (cus-test-libs): Run load tests in external processes.
* Supplementary streamlining.Markus Rost2002-10-101-10/+12
|
* Extended and reorganized.Markus Rost2002-10-101-127/+191
| | | | | There are now 3 tests which can be run in batch mode. See the Commentary section.
* Clean up Workarounds. Shorten variable names. UseMarkus Rost2002-10-091-63/+51
| | | | cus-test-vars-with-changed-state in a different way.
* Describe the shell command for running cus-test-all in the emacsMarkus Rost2002-10-081-5/+11
| | | | | | source directory. Fix typo. Require cus-load explicitly.
* Initial version as part of GNU Emacs.Markus Rost2002-10-081-0/+355
Revision of the 1998, 2000 code designed for Emacs 20.3 resp. 21.1.