Skip to content
Snippets Groups Projects
Commit af88843b authored by Kevin M. Rosenberg's avatar Kevin M. Rosenberg
Browse files

r11051: depend on kmrcl only in test package

parent 56e48798
No related branches found
No related tags found
No related merge requests found
......@@ -23,9 +23,6 @@
:licence "BSD-style"
:description "Base64 encoding and decoding with URI support."
;; depends-on only needed for test-op
:depends-on (:kmrcl)
:components
((:file "package")
(:file "encode" :depends-on ("package"))
......@@ -37,7 +34,8 @@
(operate 'test-op 'cl-base64-tests :force t))
(defsystem cl-base64-tests
:depends-on (cl-base64 ptester)
:depends-on (cl-base64 ptester kmrcl)
:components
((:file "tests")))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment