Remove test task from makefile

This commit is contained in:
Henrik Lissner 2017-02-20 12:03:11 -05:00
parent 347af62898
commit 7b5ecc824b

View file

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