X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=umlisp.asd;h=1c8cb6a96e993807a796560eb9641ad96281cd81;hb=380fefd012a0ef9b6b75833debd1d90155b7a060;hp=f2d0cb3485485ae06e903980c60056b2d46cb3f9;hpb=32c52aa77759462004f83129200dca3b0a916766;p=umlisp.git diff --git a/umlisp.asd b/umlisp.asd index f2d0cb3..1c8cb6a 100644 --- a/umlisp.asd +++ b/umlisp.asd @@ -7,7 +7,7 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: umlisp.asd,v 1.15 2003/05/02 18:47:53 kevin Exp $ +;;;; $Id: umlisp.asd,v 1.16 2003/05/03 17:10:08 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -41,10 +41,12 @@ (oos 'load-op 'umlisp-tests) (oos 'test-op 'umlisp-tests)) +#+(or allegro lispworks cmu sbcl openmcl scl) (defsystem umlisp-tests - :depends-on (rt) + :depends-on (rt umlisp) :components ((:file "tests"))) +#+(or allegro lispworks cmu sbcl openmcl scl) (defmethod perform ((o test-op) (c (eql (find-system :umlisp-tests)))) (or (funcall (intern (symbol-name '#:do-tests) (find-package '#:rtest))) (error "test-op failed")))