diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-10-31 15:24:19 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-10-31 15:24:19 +0000 |
commit | 9b5fc3d626af6091f315a589c8b1f4c5673d8c6c (patch) | |
tree | 0b83488c418c309e8f4b78ceef11e23cef269cac /tests.el | |
parent | 6acf758f9c8fed28616a2ad61b2959121522a47d (diff) |
Add debug-on-error to tests
Diffstat (limited to 'tests.el')
-rw-r--r-- | tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ (unintern symbol))))) ;;; Tests +(setq debug-on-error t) (require 'stack-core) (require 'stack-question) |