(defsystem "oneliners.api" :version "0.1.0" :author "Colin Okay" :license "AGPLv3" :depends-on ("lazybones" "bknr.datastore" "jonathan") :components ((:module "src" :components ((:file "main")))) :description "" :in-order-to ((test-op (test-op "oneliners.api/tests")))) (defsystem "oneliners.api/tests" :author "Colin Okay" :license "AGPLv3" :depends-on ("oneliners.api" "rove") :components ((:module "tests" :components ((:file "main")))) :description "Test system for oneliners.api" :perform (test-op (op c) (symbol-call :rove :run c)))