aboutsummaryrefslogtreecommitdiff
path: root/test/test-all.el
blob: 36f00c76c7b5eb2c2c7e5e64aca8e93a4e5cf4e9 (plain) (blame)
1
2
3
4
5
6
;; maybe not needed, but ensures tests run against the latest changes
(byte-recompile-directory ".")

(mapc #'load
      (mapcar (lambda (f) (file-truename (concat "test/" f)))
              (seq-filter (lambda (f) (string-match "[^.#]+\\test.el$" f)) (directory-files (file-truename "./test")))))