X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=xlunit.asd;h=c7f293af20e0faba8ba17b02fe01833ffb6388be;hb=6c233c812b0e160d80e613bb3dfcedc59514e3e9;hp=9cd8bdba2138243763c0cf8ac7efd712c92e301e;hpb=318cda1a328e9d99af2270c73cb13262e485a1ff;p=xlunit.git diff --git a/xlunit.asd b/xlunit.asd index 9cd8bdb..c7f293a 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.5 2003/08/04 19:31:34 kevin Exp $ ;;;; ************************************************************************* (defpackage #:xlunit-system (:use #:asdf #:cl)) @@ -25,9 +25,11 @@ :components ((:file "package") (:file "assert") - (:file "fixture") - (:file "suite") + (:file "tcase") + (:file "listener") (:file "result") + (:file "suite") + (:file "textui") (:file "printer") ))