diff options
Diffstat (limited to 'bob.lisp')
-rw-r--r-- | bob.lisp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -29,7 +29,8 @@ (in-package :bob) (defun qload () - (ql:quickload :cantedraw)) + (ql:quickload :cantedraw) + (ql:quickload :cantedraw/tests)) (defun tests () (qload) |