Add unit-test framework & stubs

This commit is contained in:
Henrik Lissner 2017-02-03 19:17:09 -05:00
parent 4de4545929
commit 70a1fb52cc
4 changed files with 4 additions and 7 deletions

5
test/test-basic.el Normal file
View file

@ -0,0 +1,5 @@
;;; basic-test.el
(ert-deftest doom-basic-test ()
(should t))