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