From dc622d8f44538f64f9006ab65f1537d7c7499007 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sat, 22 Feb 2025 23:03:45 +0000 Subject: Quickload cantedraw/tests in bob:qload --- bob.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bob.lisp') 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) -- cgit v1.2.3-13-gbd6f