Redo unit-test initialization
This commit is contained in:
parent
73fb6b0800
commit
4be5ff1092
3 changed files with 8 additions and 4 deletions
|
@ -2,7 +2,5 @@
|
|||
|
||||
(require 'core (concat user-emacs-directory "core/core"))
|
||||
|
||||
(setq-default debug-on-error nil)
|
||||
|
||||
(doom! :feature evil
|
||||
:private hlissner)
|
||||
|
|
6
test/run.el
Normal file
6
test/run.el
Normal file
|
@ -0,0 +1,6 @@
|
|||
;;; ../test/setup.el
|
||||
|
||||
(setq-default debug-on-error nil)
|
||||
|
||||
(run-hooks 'after-init-hook 'emacs-startup-hook 'window-setup-hook)
|
||||
(ert-run-tests-batch-and-exit)
|
Loading…
Add table
Add a link
Reference in a new issue