summaryrefslogtreecommitdiff
path: root/tests/load-all.el
blob: 77006d9c2a68e24346525fedc9065ae4cac21a7f (plain)
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