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)