projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51e15bf
)
(check-flim): Limit filename of test files.
author
shuhei
<shuhei>
Sun, 22 Apr 2001 00:57:10 +0000
(
00:57
+0000)
committer
shuhei
<shuhei>
Sun, 22 Apr 2001 00:57:10 +0000
(
00:57
+0000)
FLIM-MK
patch
|
blob
|
history
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))