X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=kmrcl.asd;h=1461c52effabc67be2257046e9b9d367ad37a254;hp=4351f112507f9b7f4b866d29b636bd701036c677;hb=e8c34efef61039ff3319203710b533be1a7906ca;hpb=0866fba9e22be18d536c8c94ae1f17e6f0f55f86 diff --git a/kmrcl.asd b/kmrcl.asd index 4351f11..1461c52 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: kmrcl.asd,v 1.35 2003/06/20 08:35:21 kevin Exp $ +;;;; $Id: kmrcl.asd,v 1.36 2003/06/25 18:08:09 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -20,7 +20,7 @@ (defpackage #:kmrcl-system (:use #:asdf #:cl)) (in-package #:kmrcl-system) -#+(or allegro cmu lispworks sbcl scl) +#+(or allegro cmu lispworks sbcl scl openmcl) (pushnew :kmr-mop cl:*features*) (defsystem kmrcl @@ -53,8 +53,8 @@ (:file "xml-utils" :depends-on ("macros"))) ) -#+(or allegro lispworks sbcl cmu scl) -(defmethod perform ((o test-op) (c (eql (find-system :kmrcl)))) +#+(or allegro lispworks sbcl cmu scl openmcl) +(defmethod perform ((o test-op) (c (eql (find-system 'kmrcl)))) (operate 'load-op 'kmrcl-tests) (operate 'test-op 'kmrcl-tests))