(check-flim): Limit filename of test files.
authorshuhei <shuhei>
Sun, 22 Apr 2001 00:57:10 +0000 (00:57 +0000)
committershuhei <shuhei>
Sun, 22 Apr 2001 00:57:10 +0000 (00:57 +0000)
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))