File: load-all.el

package info (click to toggle)
emacs-jabber 0.8.92%2Bgit98dc8e-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,036 kB
  • ctags: 992
  • sloc: lisp: 12,234; makefile: 71; sh: 1
file content (8 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
;; Test that all files can be loaded

(let* ((default-directory (expand-file-name (getenv "top_builddir")))
       (elc-files (file-expand-wildcards "*.elc" t)))
  (dolist (f elc-files)
    (load f nil t)))

;; arch-tag: 509c4808-2e92-11dd-9c8c-000a95c2fcd0