From 5cf3baa2223f9cb6c1638c12dd762608e6ee86ea Mon Sep 17 00:00:00 2001 From: shuhei Date: Sun, 22 Apr 2001 00:57:10 +0000 Subject: [PATCH] (check-flim): Limit filename of test files. --- FLIM-MK | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 1.7.10.4