diff -r 517c65b51e6b -r 2e7d93b892a5 lisp/lib/cli/cli.asd --- a/lisp/lib/cli/cli.asd Tue Oct 01 21:52:17 2024 -0400 +++ b/lisp/lib/cli/cli.asd Tue Oct 01 22:29:08 2024 -0400 @@ -42,5 +42,8 @@ :components ((:module "tests" :components ((:file "pkg") - (:file "clap")))) + (:file "shell") + (:file "ansi") + (:file "clap") + (:file "tools")))) :perform (test-op (o c) (symbol-call :rt :do-tests :cli)))