Ensure module state is initialized on make test
This commit is contained in:
parent
7b9a2c850d
commit
5e393b3233
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ If neither is available, run all tests in all enabled modules."
|
|||
(let (targets)
|
||||
;; ensure DOOM is initialized
|
||||
(let (noninteractive)
|
||||
(load (expand-file-name "core/core.el" user-emacs-directory) nil t))
|
||||
(load (expand-file-name "core/core.el" user-emacs-directory) nil t)
|
||||
(doom-initialize-modules nil))
|
||||
;; collect targets
|
||||
(cond ((and command-line-args-left
|
||||
(equal (car command-line-args-left) "--"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue