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, 0 insertions, 6 deletions
diff --git a/test/test-all.el b/test/test-all.el
deleted file mode 100644
index 36f00c7..0000000
--- a/test/test-all.el
+++ /dev/null
@@ -1,6 +0,0 @@
-;; 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")))))