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

Fix test suite name

parent 7de97ca8
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
((:file "package") ((:file "package")
(:file "encode" :depends-on ("package")) (:file "encode" :depends-on ("package"))
(:file "decode" :depends-on ("package"))) (:file "decode" :depends-on ("package")))
:in-order-to ((test-op (test-op "cl-base64/tests")))) :in-order-to ((test-op (test-op "cl-base64/test"))))
(defsystem cl-base64/test (defsystem cl-base64/test
:depends-on (cl-base64 ptester kmrcl) :depends-on (cl-base64 ptester kmrcl)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment