X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=xlunit.asd;h=f6f3d44445fb65f61ef6b507471016ae47973ec4;hb=e6a0ad7329d3ce497ce8c9f3d0d37811b2da4811;hp=9cd8bdba2138243763c0cf8ac7efd712c92e301e;hpb=318cda1a328e9d99af2270c73cb13262e485a1ff;p=xlunit.git diff --git a/xlunit.asd b/xlunit.asd index 9cd8bdb..f6f3d44 100644 --- a/xlunit.asd +++ b/xlunit.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2003 ;;;; -;;;; $Id: xlunit.asd,v 1.2 2003/08/04 12:01:54 kevin Exp $ +;;;; $Id: xlunit.asd,v 1.3 2003/08/04 16:13:58 kevin Exp $ ;;;; ************************************************************************* (defpackage #:xlunit-system (:use #:asdf #:cl)) @@ -25,9 +25,11 @@ :components ((:file "package") (:file "assert") - (:file "fixture") + (:file "test-case") (:file "suite") + (:file "listener") (:file "result") + (:file "textui") (:file "printer") ))