summaryrefslogtreecommitdiff
path: root/cider-test.el
diff options
context:
space:
mode:
Diffstat (limited to 'cider-test.el')
-rw-r--r--cider-test.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/cider-test.el b/cider-test.el
index 32f95d05..073c0cd2 100644
--- a/cider-test.el
+++ b/cider-test.el
@@ -29,6 +29,7 @@
;;; Code:
(require 'cider-util)
+(require 'cider-popup)
(require 'cider-stacktrace)
(require 'button)
(require 'dash)
@@ -61,6 +62,7 @@
(defconst cider-test-report-buffer "*cider-test-report*"
"Buffer name in which to display test reports.")
+(add-to-list 'cider-ancillary-buffers cider-test-report-buffer)
;;; Faces