mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove test task from makefile
This commit is contained in:
3
Makefile
3
Makefile
@ -30,9 +30,6 @@ clean:
|
|||||||
clean-cache:
|
clean-cache:
|
||||||
@$(EMACS) -l core/core.el --eval '(delete-directory doom-cache-dir t)'
|
@$(EMACS) -l core/core.el --eval '(delete-directory doom-cache-dir t)'
|
||||||
|
|
||||||
test:
|
|
||||||
@$(EMACS) -l test/init.el -f 'doom-run-tests'
|
|
||||||
|
|
||||||
# This is only useful if your emacs.d is somewhere other than ~/.emacs.d (for
|
# This is only useful if your emacs.d is somewhere other than ~/.emacs.d (for
|
||||||
# development purposes for instance).
|
# development purposes for instance).
|
||||||
run:
|
run:
|
||||||
|
Reference in New Issue
Block a user