aboutsummaryrefslogtreecommitdiff
path: root/tests/test-chime-debug-functions.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-chime-debug-functions.el')
-rw-r--r--tests/test-chime-debug-functions.el15
1 files changed, 1 insertions, 14 deletions
diff --git a/tests/test-chime-debug-functions.el b/tests/test-chime-debug-functions.el
index 811baba..cef9e4c 100644
--- a/tests/test-chime-debug-functions.el
+++ b/tests/test-chime-debug-functions.el
@@ -25,21 +25,8 @@
;;; Code:
-;; Initialize package system for batch mode
-(when noninteractive
- (package-initialize))
-
-(require 'ert)
-
-;; Load dependencies required by chime
-(require 'dash)
-(require 'alert)
-(require 'async)
-(require 'org-agenda)
-
-;; Enable debug mode and load chime
(setq chime-debug t)
-(load (expand-file-name "../chime.el") nil t)
+(require 'test-bootstrap (expand-file-name "test-bootstrap.el"))
(require 'chime-debug (expand-file-name "../chime-debug.el"))
;; Load test utilities