X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=fiveam.asd;fp=fiveam.asd;h=ad5833f5259602cc07c872900e31651828477cae;hb=52208b429a0c49df7583d0c2c366043f3f5ac96a;hp=c273caafa89589facf53fa5b9cb00a6384f24b89;hpb=4d4c693a738f28565def2b2cf2272146efb9a4b6;p=fiveam.git diff --git a/fiveam.asd b/fiveam.asd index c273caa..ad5833f 100644 --- a/fiveam.asd +++ b/fiveam.asd @@ -1,4 +1,4 @@ -;;;; -*- lisp -*- +;; -*- lisp -*- (defpackage :it.bese.FiveAM.system (:use :common-lisp @@ -27,3 +27,5 @@ (defmethod asdf:perform ((op asdf:test-op) (system (eql (find-system :FiveAM)))) (funcall (intern (string :run!) (string :it.bese.FiveAM)) :it.bese.FiveAM)) + +;;;;@include "src/packages.lisp"