X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=kmrcl.asd;h=19fe091abd1239d45a0685ac0a7fddaf39817c67;hb=7e52d3cf184126838285c8d49a2ac6bf9accfa5a;hp=947b33aa6e9454a4b3746927ba3870bcdd108e18;hpb=152fd9dc7d5a0fb8079f3b18ecafff6aeb836a75;p=kmrcl.git diff --git a/kmrcl.asd b/kmrcl.asd index 947b33a..19fe091 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: kmrcl.asd,v 1.29 2003/04/29 04:56:58 kevin Exp $ +;;;; $Id: kmrcl.asd,v 1.31 2003/06/12 02:38:39 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -16,6 +16,7 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* +(in-package #:cl-user) (defpackage #:kmrcl-system (:use #:asdf #:cl)) (in-package #:kmrcl-system) @@ -47,12 +48,12 @@ #+kmr-mop (:file "mop" :depends-on ("macros")) #+kmr-mop (:file "attrib-class" :depends-on ("seqs" "mop")) (:file "equal" :depends-on ("macros" #+kmr-mop "mop")) - (:file "web-utils" :depends-on ("macros")) + (:file "web-utils" :depends-on ("macros" "strings")) (:file "xml-utils" :depends-on ("macros"))) ) #+(or allegro lispworks sbcl cmu scl) (defmethod perform ((o test-op) (c (eql (find-system :kmrcl)))) - (oos 'load-op 'kmrcl-tests) - (oos 'test-op 'kmrcl-tests)) + (operate 'load-op 'kmrcl-tests) + (operate 'test-op 'kmrcl-tests))