X-Git-Url: http://git.kpe.io/?p=xlunit.git;a=blobdiff_plain;f=xlunit.asd;h=c7f293af20e0faba8ba17b02fe01833ffb6388be;hp=67c0fdd5647aca725bcb070a1f7c034c3be91f96;hb=6e195606e06173086a91616042adef3072633d92;hpb=381a23bb7ab8dd206bcd430ce9c7ee9c53e52f13 diff --git a/xlunit.asd b/xlunit.asd index 67c0fdd..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.4 2003/08/04 17:04:50 kevin Exp $ +;;;; $Id: xlunit.asd,v 1.5 2003/08/04 19:31:34 kevin Exp $ ;;;; ************************************************************************* (defpackage #:xlunit-system (:use #:asdf #:cl)) @@ -26,9 +26,9 @@ ((:file "package") (:file "assert") (:file "tcase") - (:file "suite") (:file "listener") (:file "result") + (:file "suite") (:file "textui") (:file "printer") ))