Fix, rename & move doom/run-tests => doom-run-tests

This commit is contained in:
Henrik Lissner 2017-06-24 17:15:22 +02:00
parent fac587d21e
commit cbfb3eeda4
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 70 additions and 62 deletions

View file

@ -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: