aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2025-02-22 23:03:45 +0000
committerAryadev Chavali <aryadev@aryadevchavali.com>2025-02-22 23:03:45 +0000
commitdc622d8f44538f64f9006ab65f1537d7c7499007 (patch)
tree4da8a005472b0d9a3ae6bab4b5ae2d6fbda7ee3a
parente3d875d48acae3a1d40ea7de33b12567c855c974 (diff)
downloadcantedraw-dc622d8f44538f64f9006ab65f1537d7c7499007.tar.gz
cantedraw-dc622d8f44538f64f9006ab65f1537d7c7499007.tar.bz2
cantedraw-dc622d8f44538f64f9006ab65f1537d7c7499007.zip
Quickload cantedraw/tests in bob:qload
-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)