Update domain name to kpe.io
[xlunit.git] / xlunit.asd
index a3f5e27b2ac603ae84f4161693385ba6b7bc3f86..d79d9e9802f9a71c471ddf37e92da84c46013c2c 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2003
 ;;;;
-;;;; $Id: xlunit.asd,v 1.6 2003/08/05 22:56:25 kevin Exp $
+;;;; $Id$
 ;;;; *************************************************************************
 
 (defpackage #:xlunit-system (:use #:asdf #:cl))
   :licence "BSD"
   :description "Extreme Lisp Testing Suite"
   :long-description "The XLUnit package is toolkit for building test suites. It is based on the XPTest package by Craig Brozensky and the JUnit package by Kent Beck."
+
+  :properties ((#:author-email . "kevin@rosenberg.net")
+              ((#:albert #:output-dir) . "albert-docs/")
+              ((#:albert #:formats) . ("docbook"))
+              ((#:albert #:docbook #:template) . "book")
+              ((#:albert #:docbook #:bgcolor) . "white")
+              ((#:albert #:docbook #:textcolor) . "black"))
   
   :serial t
   :components
@@ -34,7 +41,7 @@
    ))
 
 (defmethod perform ((o test-op) (c (eql (find-system 'xlunit))))
-  (operate 'load-op 'xlunit-tests :force t)
+  (operate 'load-op 'xlunit-tests)
   (operate 'test-op 'xlunit-tests :force t))
 
 (defsystem xlunit-tests