From: shuhei Date: Sun, 22 Apr 2001 00:57:10 +0000 (+0000) Subject: (check-flim): Limit filename of test files. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5cf3baa2223f9cb6c1638c12dd762608e6ee86ea;p=elisp%2Fflim.git (check-flim): Limit filename of test files. --- diff --git a/FLIM-MK b/FLIM-MK index 701ff61..68c42d4 100644 --- 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))