From: Marco Baringer Date: Wed, 18 Jan 2006 10:46:52 +0000 (+0100) Subject: minor qbook fixup X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=52208b429a0c49df7583d0c2c366043f3f5ac96a;p=fiveam.git minor qbook fixup --- 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"