Use lowercase-only characters for package names to fix compilation on Allegro
[fiveam.git] / fiveam.asd
index fc0f9ca..7c16a78 100644 (file)
@@ -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 <mb@bese.it>"
     :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"