summaryrefslogtreecommitdiff
path: root/tests/load-all.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/load-all.el')
-rw-r--r--tests/load-all.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/load-all.el b/tests/load-all.el
new file mode 100644
index 0000000..77006d9
--- /dev/null
+++ b/tests/load-all.el
@@ -0,0 +1,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