summaryrefslogtreecommitdiff
path: root/cider-test.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-09-20 03:20:27 +0100
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-09-20 03:20:27 +0100
commite6876951b23e7a49192a5c4aa129700c782b59fe (patch)
tree89889c9fd186a339d45cb0fa68e8e2929e0caab6 /cider-test.el
parent7588f5e93cbb7b629d3fd35b392f14c46065fab2 (diff)
Move popup logic to cider-popup.el
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