Reorganize unit-tests and test workflow
+ Moved unit tests out of tests/ and into their respective modules. + Rewrite makefile and added these tasks: + <MODULE>/<SUBMODULE> -- byte-compile a specific module + test:<MODULE>/<SUBMODULE> -- runs tests for a specific module + testi -- run tests in an interactive session of Emacs (WIP) + run -- opens an Emacs session with this config; useful when it is in a non-standard location.
This commit is contained in:
parent
cacd188286
commit
9c93c453e8
22 changed files with 511 additions and 423 deletions
7
init.test.el
Normal file
7
init.test.el
Normal file
|
@ -0,0 +1,7 @@
|
|||
;;; init.test.el -- for automated unit tests -*- lexical-binding: t; -*-
|
||||
|
||||
(require 'core (concat user-emacs-directory "core/core"))
|
||||
|
||||
(doom! :feature evil
|
||||
:tools password-store
|
||||
:private hlissner)
|
Loading…
Add table
Add a link
Reference in a new issue