Fix, rename & move doom/run-tests => doom-run-tests
This commit is contained in:
parent
fac587d21e
commit
cbfb3eeda4
3 changed files with 70 additions and 62 deletions
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue