diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-02-22 23:03:45 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-02-22 23:03:45 +0000 |
commit | dc622d8f44538f64f9006ab65f1537d7c7499007 (patch) | |
tree | 4da8a005472b0d9a3ae6bab4b5ae2d6fbda7ee3a /bob.lisp | |
parent | e3d875d48acae3a1d40ea7de33b12567c855c974 (diff) | |
download | cantedraw-dc622d8f44538f64f9006ab65f1537d7c7499007.tar.gz cantedraw-dc622d8f44538f64f9006ab65f1537d7c7499007.tar.bz2 cantedraw-dc622d8f44538f64f9006ab65f1537d7c7499007.zip |
Quickload cantedraw/tests in bob:qload
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) |