aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bob.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/bob.lisp b/bob.lisp
index 16c5faa..c75969a 100644
--- a/bob.lisp
+++ b/bob.lisp
@@ -29,7 +29,8 @@
(in-package :bob)
(defun qload ()
- (ql:quickload :cantedraw))
+ (ql:quickload :cantedraw)
+ (ql:quickload :cantedraw/tests))
(defun tests ()
(qload)