Fix make test-* tasks for running specific tests
This commit is contained in:
parent
4450f08b0b
commit
013f8e08d5
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ If neither is available, run all tests in all enabled modules."
|
||||||
(doom-initialize-modules nil))
|
(doom-initialize-modules nil))
|
||||||
;; collect targets
|
;; collect targets
|
||||||
(cond ((and argv (equal (car argv) "--"))
|
(cond ((and argv (equal (car argv) "--"))
|
||||||
(cl-loop for arg in argv
|
(cl-loop for arg in (cdr argv)
|
||||||
if (equal arg "core")
|
if (equal arg "core")
|
||||||
do (push (expand-file-name "test/" doom-core-dir) targets)
|
do (push (expand-file-name "test/" doom-core-dir) targets)
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue