(defsystem "mmo-client-sbcl" :version "0.1.0" :author "" :license "" :depends-on ("claylib") :components ((:module "src" :components ((:file "main")))) :description "" :in-order-to ((test-op (test-op "mmo-client-sbcl/tests")))) (defsystem "mmo-client-sbcl/tests" :author "" :license "" :depends-on ("mmo-client-sbcl" "rove") :components ((:module "tests" :components ((:file "main")))) :description "Test system for mmo-client-sbcl" :perform (test-op (op c) (symbol-call :rove :run c)))