X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=fiveam.asd;h=7c16a781a3f0fea18e9bb18c354b9f344db86598;hb=55740edc3e2b3444e7e17978f68df8eced2b19e7;hp=fc0f9ca5292a39a917025bd1f940cc62a71e929b;hpb=5a4f1c1535782de0a48c3eddf1c775bd26db6757;p=fiveam.git diff --git a/fiveam.asd b/fiveam.asd index fc0f9ca..7c16a78 100644 --- a/fiveam.asd +++ b/fiveam.asd @@ -1,12 +1,12 @@ -;; -*- lisp -*- +;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*- (defpackage :it.bese.FiveAM.system (:use :common-lisp :asdf)) +(defsystem :fiveam (in-package :it.bese.FiveAM.system) -(defsystem :FiveAM :author "Edward Marco Baringer " :properties ((:test-suite-name . :it.bese.fiveam)) :components ((:static-file "fiveam.asd") @@ -30,3 +30,5 @@ (funcall (intern (string :run!) (string :it.bese.FiveAM)) :it.bese.FiveAM)) ;;;;@include "src/packages.lisp" + +;;;;@include "t/example.lisp"