X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=kmrcl.asd;h=1c9801f9af65398da2864ee7320e7bb96648a4bb;hb=20b7cbdc3324352b14760ffc86babad71c2fbf0e;hp=39596fe0d396499b3b54dc9925b33d3829d2020e;hpb=cf4d25858f4969025835e23008818d94c6e23208;p=kmrcl.git diff --git a/kmrcl.asd b/kmrcl.asd index 39596fe..1c9801f 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: kmrcl.asd,v 1.42 2003/07/21 08:41:19 kevin Exp $ +;;;; $Id: kmrcl.asd,v 1.47 2003/07/31 17:11:44 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -55,9 +55,9 @@ (:file "processes" :depends-on ("macros")) (:file "listener" :depends-on ("sockets" "processes" "console")) (:file "repl" :depends-on ("listener" "strings")) + (:file "os" :depends-on ("macros")) )) - (defmethod perform ((o test-op) (c (eql (find-system 'kmrcl)))) (operate 'load-op 'kmrcl-tests) (operate 'test-op 'kmrcl-tests))