mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix, rename & move doom/run-tests => doom-run-tests
This commit is contained in:
6
Makefile
6
Makefile
@ -43,14 +43,14 @@ clean-pcache:
|
||||
@$(EMACS) -l persistent-soft --eval '(delete-directory pcache-directory t)'
|
||||
|
||||
test: init.el .local/autoloads.el
|
||||
@$(EMACS) -f doom/run-tests
|
||||
@$(EMACS) -f doom-run-tests
|
||||
|
||||
test\:core $(patsubst %, test\:%, $(MODULES)): init.el .local/autoloads.el
|
||||
@$(EMACS) -f doom/run-tests -- $(subst test:, , $@)
|
||||
@$(EMACS) -f doom-run-tests -- $(subst test:, , $@)
|
||||
|
||||
# run tests interactively
|
||||
testi: init.el .local/autoloads.el
|
||||
@$(EMACSI) -f doom/run-tests -f ert
|
||||
@$(EMACSI) -f doom-run-tests -f ert
|
||||
|
||||
# For running Emacs from a different folder than ~/.emacs.d
|
||||
run:
|
||||
|
Reference in New Issue
Block a user