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