aboutsummaryrefslogtreecommitdiff
path: root/test/test-all.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-all.el')
-rw-r--r--test/test-all.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test-all.el b/test/test-all.el
new file mode 100644
index 0000000..36f00c7
--- /dev/null
+++ b/test/test-all.el
@@ -0,0 +1,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")))))