Skip to content

Commit 1d7f84d

Browse files
committed
Move clojure-mode tests into their own directory to better keep track of them
1 parent 75349ec commit 1d7f84d

15 files changed

+3
-3
lines changed

Eldev

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
;; Exclude tests merged from clojure-mode from running, linting and byte compiling
3030
(setf eldev-test-fileset
3131
`(:and ,eldev-test-fileset
32-
(:not "./clojure-mode-*")))
32+
(:not "./clojure-mode-tests/*")))
3333
(setf eldev-standard-excludes
34-
`(:or ,eldev-standard-excludes "./clojure-mode-*"))
34+
`(:or ,eldev-standard-excludes "./clojure-mode-tests/*"))
3535
(setf eldev-lint-ignored-fileset
36-
`(:or ,eldev-lint-ignored-fileset "./clojure-mode-*"))
36+
`(:or ,eldev-lint-ignored-fileset "./clojure-mode-tests/*"))
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)