(defsystem "ritherdon-archive-test" :defsystem-depends-on ("prove-asdf") :author "Craig Oates" :license "MIT" :depends-on ("ritherdon-archive" "prove") :components ((:module "tests" :components ((:test-file "ritherdon-archive")))) :description "Test system for ritherdon-archive" :perform (test-op (op c) (symbol-call :prove-asdf :run-test-system c)))