X-Git-Url: http://git.kpe.io/?p=xlunit.git;a=blobdiff_plain;f=xlunit.asd;h=f6f3d44445fb65f61ef6b507471016ae47973ec4;hp=9cd8bdba2138243763c0cf8ac7efd712c92e301e;hb=53e193feda5d4cb757ef13d622fac03cf99178a2;hpb=53c699a7ed91f78c0e31b7bbd7deda671ca9df05 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") ))