Synch up with flim-1.14.3
[elisp/flim.git] / FLIM-MK
diff --git a/FLIM-MK b/FLIM-MK
index 701ff61..68c42d4 100644 (file)
--- a/FLIM-MK
+++ b/FLIM-MK
@@ -40,7 +40,7 @@ LISPDIR=%s\n" PREFIX LISPDIR))))
 (defun check-flim ()
   (config-flim)
   (require 'lunit)
-  (let ((files (directory-files "tests" t))
+  (let ((files (directory-files "tests" t "^test-.*\\.el$"))
        (suite (lunit-make-test-suite)))
     (while files
       (if (file-regular-p (car files))